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