docs: updated for docker; feat: local and latest dockerfiles; add: .dockerignore file; feat: implemented health check for adrianux app
Some checks failed
/ update (push) Has been cancelled
Some checks failed
/ update (push) Has been cancelled
This commit is contained in:
parent
fa730cac1b
commit
c9d61cd9fb
1 changed files with 2 additions and 0 deletions
|
@ -13,4 +13,6 @@ RUN apk del git
|
|||
|
||||
EXPOSE 8080
|
||||
|
||||
HEALTHCHECK --interval=5m CMD wget --delete-after http://localhost:8080
|
||||
|
||||
CMD [ "/opt/.venv/bin/waitress-serve", "--listen=0.0.0.0:8080", "app:app" ]
|
||||
|
|
Loading…
Add table
Reference in a new issue