diff --git a/client/Dockerfile b/client/Dockerfile index 4b092a9bc..f0f1452ce 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -33,4 +33,4 @@ COPY nginx/certs /etc/ssl/ RUN /bin/bash /root/scripts/nginx-build.sh -RUN cp ./build/. /usr/share/nginx/html +COPY ./build /usr/share/nginx/html