1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-04-13 11:40:41 +02:00
Mailu/nginx/Dockerfile

6 lines
116 B
Docker
Raw Normal View History

FROM nginx:alpine
RUN apk add --update nginx-lua && rm -rf /var/cache/apk/*
COPY nginx.conf /etc/nginx/nginx.conf