Update Dockerfile

This commit is contained in:
gugulethu 2025-06-20 19:40:15 +02:00
commit 01f71553b8

View file

@ -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;"]