Fix dockerfile
This commit is contained in:
parent
ba22d5a8cb
commit
a0bc97d9c0
1 changed files with 1 additions and 0 deletions
|
@ -64,4 +64,5 @@ ENV DB_BASE_DIR "/db"
|
||||||
|
|
||||||
HEALTHCHECK --start-period=30s CMD python -c "import requests; requests.get('http://localhost:8000', timeout=2)"
|
HEALTHCHECK --start-period=30s CMD python -c "import requests; requests.get('http://localhost:8000', timeout=2)"
|
||||||
|
|
||||||
|
WORKDIR /app/src
|
||||||
CMD ["/app/docker/run.sh"]
|
CMD ["/app/docker/run.sh"]
|
||||||
|
|
Reference in a new issue