oops
This commit is contained in:
parent
5f4ee89e57
commit
06e25b676f
|
@ -13,6 +13,7 @@ COPY ./static /site/static
|
||||||
COPY ./templates /site/templates
|
COPY ./templates /site/templates
|
||||||
COPY ./blog /site/blog
|
COPY ./blog /site/blog
|
||||||
COPY ./talks /site/talks
|
COPY ./talks /site/talks
|
||||||
|
COPY ./gallery /site/gallery
|
||||||
COPY ./css /site/css
|
COPY ./css /site/css
|
||||||
HEALTHCHECK CMD wget --spider http://127.0.0.1:5000/.within/health || exit 1
|
HEALTHCHECK CMD wget --spider http://127.0.0.1:5000/.within/health || exit 1
|
||||||
CMD ./site
|
CMD ./site
|
||||||
|
|
Loading…
Reference in New Issue