app: new folder for 0 downtime checks :D
This commit is contained in:
parent
f9831f49e8
commit
cd030e7587
|
@ -12,6 +12,7 @@ COPY ./templates /site/templates
|
|||
COPY ./blog /site/blog
|
||||
COPY ./css /site/css
|
||||
COPY ./run.sh /site/run.sh
|
||||
COPY ./app /app
|
||||
|
||||
HEALTHCHECK CMD wget --spider http://127.0.0.1:5000 || exit 1
|
||||
CMD /site/run.sh
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
/ Christine
|
Loading…
Reference in New Issue