mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-28 10:16:39 +00:00
6 lines
123 B
Docker
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"] |