Update Dockerfile

pull/15/head
Laurence Luo 2024-06-17 11:20:08 +08:00
parent 339d4c48f6
commit 6be737183f
No known key found for this signature in database
GPG Key ID: 76D108A29460F5F9
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ COPY . .
CMD [ "python", "./app.py" ]
HEALTHCHECK CMD curl --fail http://localhost:5000/ || exit 1
HEALTHCHECK --interval=5s --timeout=3s --retries=3 CMD curl --fail http://localhost:5000/ || exit 1