add checking for packages

This commit is contained in:
Jeniamakarchik
2020-02-25 16:04:56 +03:00
parent e15dc9cd30
commit 9a89c0bb37
2 changed files with 43 additions and 1 deletions

View File

@@ -14,4 +14,4 @@ COPY . /app/
WORKDIR /app/
VOLUME /app/logs
CMD python /app/src/util/check_dirs.py && python /app/src/consumer.py
CMD python /app/src/util/check_packs.py && python /app/src/util/check_dirs.py && python /app/src/consumer.py