diff --git a/Dockerfile b/Dockerfile index 190099b..02f4ac1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN if [ ! -f "$SSH_KEY_PATH" ]; then \ fi # Nginx configuration -COPY nginx.conf /etc/nginx/nginx.conf +COPY nginx.conf.dist /etc/nginx/nginx.conf # Expose ports EXPOSE 80