Update Dockerfile
parent
339d4c48f6
commit
6be737183f
|
@ -12,4 +12,4 @@ COPY . .
|
||||||
|
|
||||||
CMD [ "python", "./app.py" ]
|
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
|
||||||
|
|
Loading…
Reference in New Issue