8 lines
174 B
Docker
8 lines
174 B
Docker
FROM nginxinc/nginx-unprivileged:stable-alpine-slim
|
|
LABEL authors="tebarius"
|
|
LABEL description="nginx_with_404_and_502_games"
|
|
|
|
COPY ./games /usr/share/nginx/html
|
|
|
|
USER nginx
|