LAW-3131 dockerfile update

This commit is contained in:
g
2020-02-24 20:41:42 +03:00
parent 2e2b04a85e
commit 26788f780f

View File

@@ -12,5 +12,7 @@ RUN pip install -r /app/requirements.txt
COPY . /app/
WORKDIR /app/
RUN mkdir /app/logs
VOLUME /app/logs
CMD python /app/src/consumer.py