From 673b3d6f146a38de8cde7a48d33248070ed04dcd Mon Sep 17 00:00:00 2001 From: Kiryl Date: Fri, 1 Oct 2021 09:53:57 +0300 Subject: [PATCH] add -m switch with module name --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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