Update Dockerfile

This commit is contained in:
gugulethu 2025-06-20 19:41:21 +02:00
commit bc727a91c7

View file

@ -19,5 +19,3 @@ RUN mkdocs build
# Use Nginx as the web server
FROM nginx:latest
# Copy the built MkDocs site to the Nginx HTML directory
COPY --from=0 /app/site /usr/share/nginx/html