Files
Docker-404-games/Dockerfile

8 lines
197 B
Docker

FROM nginx:stable-alpine-slim
LABEL authors="tebarius"
LABEL version="1.0.0"
LABEL description="nginx_with_404_and_502_games"
COPY ./games /usr/share/nginx/html
CMD ["nginx", "-g", "daemon off;"]