Update Dockerfile

pull/15/head
Laurence Luo 2024-06-17 11:35:07 +08:00
parent 5aed148c14
commit 2084f85a39
No known key found for this signature in database
GPG Key ID: 76D108A29460F5F9
1 changed files with 0 additions and 2 deletions

View File

@ -11,5 +11,3 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
CMD [ "python", "./app.py" ]
HEALTHCHECK --interval=5s --timeout=3s --retries=3 CMD curl -f -k http://localhost:5000/ || exit 1