From 117fac282844ab4d216d5c8d87ae40a0135f3810 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Mon, 21 Oct 2019 13:47:21 +0000 Subject: [PATCH] remove old lines, oops --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4b90eba..0551fc6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,5 @@ COPY ./templates /site/templates COPY ./blog /site/blog COPY ./talks /site/talks COPY ./css /site/css -COPY ./app /app -COPY ./app.json . HEALTHCHECK CMD wget --spider http://127.0.0.1:5000/.within/health || exit 1 CMD ./site