Remove unneeded VOLUME from Dockerfile
This commit is contained in:
parent
dafe85ac94
commit
51920bef7c
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ WORKDIR /app/
|
||||||
ENV DOCKER_HOST unix:///tmp/docker.sock
|
ENV DOCKER_HOST unix:///tmp/docker.sock
|
||||||
|
|
||||||
VOLUME ["/etc/nginx/certs"]
|
VOLUME ["/etc/nginx/certs"]
|
||||||
VOLUME ["/etc/letsencrypt"]
|
|
||||||
|
|
||||||
ENTRYPOINT ["/app/docker-entrypoint.sh"]
|
ENTRYPOINT ["/app/docker-entrypoint.sh"]
|
||||||
CMD ["forego", "start", "-r"]
|
CMD ["forego", "start", "-r"]
|
||||||
|
|
Loading…
Reference in a new issue