Proxify to webmail only if enabled, related to #40

This commit is contained in:
Pierre Jaury
2016-09-10 11:45:34 +02:00
parent 18253b1dd3
commit ec5a75f603
2 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
FROM nginx
FROM nginx:alpine
RUN apk add --update nginx-lua && rm -rf /var/cache/apk/*
COPY nginx.conf /etc/nginx/nginx.conf