refuse to start if the docker sock isn't available
This commit is contained in:
parent
24859e3f92
commit
d83ba3da1e
2 changed files with 17 additions and 1 deletions
|
@ -30,4 +30,4 @@ ENV DOCKER_HOST unix:///tmp/docker.sock
|
|||
|
||||
VOLUME ["/etc/nginx/certs"]
|
||||
|
||||
CMD ["forego", "start", "-r"]
|
||||
ENTRYPOINT ["/app/docker-entrypoint.sh"]
|
||||
|
|
Reference in a new issue