Update Dockerfile

pull/15/head
Laurence Luo 2024-06-17 11:26:27 +08:00
parent 6be737183f
commit 5aed148c14
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 --interval=5s --timeout=3s --retries=3 CMD curl --fail http://localhost:5000/ || exit 1
HEALTHCHECK --interval=5s --timeout=3s --retries=3 CMD curl -f -k http://localhost:5000/ || exit 1