Inception/srcs/requirements/nginx/Dockerfile
Willem Haffmans 0b15a19325 lalal
2025-05-21 11:43:03 +02:00

7 lines
80 B
Docker

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