diff --git a/Dockerfile b/Dockerfile index 697ad5e..7a0633d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,7 @@ FROM nginx:1.25.4 as release # Path: /etc/nginx/nginx.conf COPY --from=build nginx.conf /etc/nginx/nginx.conf +COPY html /etc/nginx/html EXPOSE 80