Dockerfile aktualisiert

This commit is contained in:
2025-12-13 11:30:40 +01:00
parent 2ba0b700fa
commit 37160fc2b4

View File

@@ -3,4 +3,3 @@ LABEL authors="tebarius"
LABEL description="nginx_with_404_and_502_games" LABEL description="nginx_with_404_and_502_games"
COPY ./games /usr/share/nginx/html COPY ./games /usr/share/nginx/html
CMD ["nginx", "-g", "daemon off;"]