Fix dockerfile

This commit is contained in:
Gabriel Augendre 2021-12-19 21:52:20 +01:00
parent ba22d5a8cb
commit a0bc97d9c0

View file

@ -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)"
WORKDIR /app/src
CMD ["/app/docker/run.sh"]