From 594a8f0c8cfd3f75905a49b6891807141f974c0f Mon Sep 17 00:00:00 2001 From: Kiryl Date: Fri, 1 Oct 2021 10:55:28 +0300 Subject: [PATCH] add /app/ --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cb68f30..eb5c1f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,4 @@ VOLUME /app/logs # VOLUME /app/html # VOLUME /app/json -CMD python -m /app/src/util/check_dirs.py && python -m consumer.py \ No newline at end of file +CMD python -m /app/src/util/check_dirs.py && python -m /app/consumer.py \ No newline at end of file