FROM nginxinc/nginx-unprivileged:stable-alpine-slim LABEL authors="tebarius" LABEL description="nginx_with_404_and_502_games" USER root RUN apk upgrade --no-cache USER nginx COPY ./games /usr/share/nginx/html