Dockerfile: put app.json in the right place

This commit is contained in:
Cadey Ratio 2019-03-21 10:37:23 -07:00
parent 91868ab8f2
commit b46f968487
1 changed files with 1 additions and 0 deletions

View File

@ -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