diff --git a/Dockerfile b/Dockerfile index 269431b..9c272c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,9 +21,3 @@ FROM nginx:latest # Copy the built MkDocs site to the Nginx HTML directory COPY --from=0 /app/site /usr/share/nginx/html - -# Expose the default Nginx port -EXPOSE 80 - -# Start Nginx -CMD ["nginx", "-g", "daemon off;"]