added HELATHCHECK
nclazz/static-webserver-docker/pipeline/head This commit looks good Details

master
Niclas Thobaben 2022-02-10 20:04:18 +01:00
parent 98c8816fc1
commit b7f55e861b
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ ENV MAX_AGE=60
HEALTHCHECK --interval=30s --timeout=30s --retries=3 \
CMD /curl http://localhost:80 || exit 1
CMD /curl http://localhost:80 || exit -503
# Run thttpd