Files
Docker-404-games/Dockerfile
tebarius 0759a04611
All checks were successful
trivy-scan-image / trivy_image_scan (push) Successful in 22s
add upgrade packages to Dockerfile
2026-02-04 23:10:30 +01:00

10 lines
211 B
Docker

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