1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-28 10:16:39 +00:00
2018-06-23 00:12:08 +02:00

6 lines
123 B
Docker

FROM nginx:alpine
COPY default.conf start.sh /buildproxy/
RUN chmod a+x /buildproxy/start.sh
CMD ["/buildproxy/start.sh"]