diff --git a/Dockerfile b/Dockerfile index 00b80cb..c9e6867 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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