Update Dockerfile
parent
3fb5b8710f
commit
9fe6151fc4
|
@ -11,3 +11,5 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||
COPY . .
|
||||
|
||||
CMD [ "python", "./app.py" ]
|
||||
|
||||
HEALTHCHECK CMD curl --fail http://localhost:5000/ || exit 1
|
||||
|
|
Loading…
Reference in New Issue