diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,5 +16,5 @@ COPY ./blog /site/blog COPY ./css /site/css COPY ./app /app COPY ./app.json . -HEALTHCHECK CMD wget --spider http://127.0.0.1:5000 || exit 1 +HEALTHCHECK CMD wget --spider http://127.0.0.1:5000/.within/health || exit 1 CMD ./site |
