fix an error due to a change in structure

This commit is contained in:
Kiryl
2021-10-04 13:48:37 +03:00
parent 594a8f0c8c
commit 236233fff1
3 changed files with 5 additions and 5 deletions

View File

@@ -16,4 +16,4 @@ VOLUME /app/logs
# VOLUME /app/html
# VOLUME /app/json
CMD python -m /app/src/util/check_dirs.py && python -m /app/consumer.py
CMD python /app/src/util/check_dirs.py && python /app/consumer.py