adding 502 error
This commit is contained in:
@@ -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;"]
|
||||
|
||||
Reference in New Issue
Block a user