Files
Docker-404-games/Dockerfile
2024-03-05 14:00:32 +01:00

7 lines
171 B
Docker

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