diff --git a/Dockerfile b/Dockerfile index dfa4b5d..1ee90d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file