fix dockerfile syntax
This commit is contained in:
parent
8ebe3dbb20
commit
d709598e82
@ -34,6 +34,6 @@ VOLUME /var/www/app/themes.local
|
||||
EXPOSE 80
|
||||
|
||||
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
||||
HEALTHCHECK --interval 30s --timeout 10s --retries 5 CMD wget --quiet --tries=1 --spider http://localhost
|
||||
HEALTHCHECK --interval=30s --timeout=10s --retries=5 CMD wget --quiet --tries=1 --spider http://localhost
|
||||
WORKDIR /var/www/app
|
||||
CMD []
|
||||
|
Reference in New Issue
Block a user