forked from cadey/xesite
Dockerfile: put app.json in the right place
This commit is contained in:
parent
91868ab8f2
commit
b46f968487
|
@ -14,5 +14,6 @@ COPY ./templates /site/templates
|
||||||
COPY ./blog /site/blog
|
COPY ./blog /site/blog
|
||||||
COPY ./css /site/css
|
COPY ./css /site/css
|
||||||
COPY ./app /app
|
COPY ./app /app
|
||||||
|
COPY ./app.json .
|
||||||
HEALTHCHECK CMD wget --spider http://127.0.0.1:5000 || exit 1
|
HEALTHCHECK CMD wget --spider http://127.0.0.1:5000 || exit 1
|
||||||
CMD ./site
|
CMD ./site
|
||||||
|
|
Loading…
Reference in New Issue