Files
qrcode/.dev/nginx/Dockerfile
Michael a14103ad8e init
2026-04-29 20:11:57 +02:00

6 lines
120 B
Docker

FROM nginx:1.23-alpine
RUN apk update && apk upgrade && apk add --no-cache openssl
CMD ["nginx", "-g", "daemon off;"]