6 lines
140 B
Docker
6 lines
140 B
Docker
FROM nginx:stable-alpine-slim
|
|
LABEL authors="tebarius"
|
|
LABEL description="nginx_with_404_and_502_games"
|
|
|
|
COPY ./games /usr/share/nginx/html
|