Proxify to webmail only if enabled, related to #40
parent
18253b1dd3
commit
ec5a75f603
@ -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
|
||||
|
Loading…
Reference in New Issue