This commit is contained in:
Brikou CARRE 2017-05-06 23:01:20 +00:00 committed by GitHub
commit 4b89d3b529

View file

@ -28,7 +28,7 @@ WORKDIR /app/
ENV DOCKER_HOST unix:///tmp/docker.sock
VOLUME ["/etc/nginx/certs"]
VOLUME ["/etc/nginx/certs", "/etc/nginx/htpasswd", "/etc/nginx/vhost.d"]
ENTRYPOINT ["/app/docker-entrypoint.sh"]
CMD ["forego", "start", "-r"]