Remove unneeded VOLUME from Dockerfile

This commit is contained in:
David Parrish 2015-11-21 18:47:28 -05:00
parent dafe85ac94
commit 51920bef7c

View file

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