fix: removed healthcheck in Dockerfile
This commit is contained in:
parent
b7f38d69c6
commit
10fb5bf100
1 changed files with 0 additions and 1 deletions
|
@ -10,6 +10,5 @@ RUN apk add --no-cache python3 py3-flask py3-waitress cron
|
|||
|
||||
EXPOSE 8080
|
||||
|
||||
HEALTHCHECK --interval=5m CMD wget --delete-after http://localhost:8080
|
||||
|
||||
CMD [ "waitress-serve", "--listen=0.0.0.0:8080", "app:app" ]
|
||||
|
|
Loading…
Add table
Reference in a new issue