1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-02-01 12:57:49 +02:00
Mailu/nginx/Dockerfile
kaiyou c375fede5b Fix the nginx container build (package name changed for nginx-lua)
(cherry picked from commit 4e212e3d6072b918b50be1d51f30aa93dc5dcda4)
2017-07-31 20:53:24 +02:00

11 lines
224 B
Docker

FROM nginx:alpine
RUN apk add --no-cache nginx-mod-http-lua openssl
COPY nginx.conf.default /etc/nginx/nginx.conf.default
COPY nginx.conf.fallback /etc/nginx/nginx.conf.fallback
COPY start.sh /start.sh
CMD ["/start.sh"]