aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index ce40b76..2146a58 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,5 +14,6 @@ COPY ./templates /site/templates
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
CMD ./site