diff --git a/Dockerfile b/Dockerfile index 3d1fda2..3603419 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ COPY --from=build /usr/local/nginx /usr/local/nginx COPY --from=build /etc/nginx /etc/nginx # Copy custom Nginx configuration -COPY ./docker/nginx.conf /etc/nginx/nginx.conf +COPY ./nginx.conf /etc/nginx/nginx.conf # Expose the default HTTP port EXPOSE 80