adding 502 error

This commit is contained in:
2025-02-01 16:17:45 +01:00
parent eae424d582
commit ee644cb950
99 changed files with 1156 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
FROM nginx:stable-alpine-slim
LABEL authors="tebarius"
LABEL description="nginx_with_404_games"
LABEL description="nginx_with_404_and_502_games"
COPY ./404_games /usr/share/nginx/html
COPY ./games /usr/share/nginx/html
CMD ["nginx", "-g", "daemon off;"]