add -m switch with module name

This commit is contained in:
Kiryl
2021-10-01 09:53:57 +03:00
parent 42d356c728
commit 673b3d6f14

View File

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