mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-11 16:32:59 +00:00
New: Every service now uses same image (kopano_base)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
COPY default.conf start.sh /buildproxy/
|
||||
RUN chmod a+x /buildproxy/start.sh
|
||||
|
||||
CMD ["/buildproxy/start.sh"]
|
||||
Reference in New Issue
Block a user