mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-14 10:53:30 +02:00
6 lines
116 B
Docker
6 lines
116 B
Docker
FROM nginx:alpine
|
|
|
|
RUN apk add --update nginx-lua && rm -rf /var/cache/apk/*
|
|
|
|
COPY nginx.conf /etc/nginx/nginx.conf
|