From b46f9684870f1d5302e81ac24fef3ec32ec178da Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Thu, 21 Mar 2019 10:37:23 -0700 Subject: [PATCH] Dockerfile: put app.json in the right place --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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