diff --git a/Dockerfile b/Dockerfile index d1443a7..32c4993 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/app/CHECKS b/app/CHECKS new file mode 100644 index 0000000..adfecdb --- /dev/null +++ b/app/CHECKS @@ -0,0 +1 @@ +/ Christine \ No newline at end of file