Inception/srcs/requirements/nginx/Dockerfile
2025-05-19 13:21:23 +02:00

7 lines
83 B
Docker

FROM alpine:3.20
RUN apk add --no-cache \
nginx \
rm -rf /var/cache/apk/*
COPY