diff --git a/Dockerfile.static b/Dockerfile.static index c842299..6f40aee 100644 --- a/Dockerfile.static +++ b/Dockerfile.static @@ -32,7 +32,7 @@ FROM docker.io/nginx:1-alpine WORKDIR /usr/share/nginx/html # Copy the nginx config -ADD ./.docker/nginx.conf /etc/nginx/nginx.conf +ADD ./nginx.conf /etc/nginx/nginx.conf # Copy dist fro mthe build image COPY --from=BUILD_IMAGE /home/node/dist ./