This commit is contained in:
Cadey Ratio 2019-11-01 17:53:23 -04:00
parent 5f4ee89e57
commit 06e25b676f
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ COPY ./static /site/static
COPY ./templates /site/templates
COPY ./blog /site/blog
COPY ./talks /site/talks
COPY ./gallery /site/gallery
COPY ./css /site/css
HEALTHCHECK CMD wget --spider http://127.0.0.1:5000/.within/health || exit 1
CMD ./site