forked from LiveCarta/BookConverter
LAW-3131 dockerfile update
This commit is contained in:
@@ -12,8 +12,10 @@ RUN pip install -r /app/requirements.txt
|
|||||||
COPY . /app/
|
COPY . /app/
|
||||||
|
|
||||||
WORKDIR /app/
|
WORKDIR /app/
|
||||||
RUN mkdir /app/logs
|
RUN mkdir -p /app/logs
|
||||||
RUN mkdir /app/docx
|
RUN mkdir -p /app/docx
|
||||||
|
RUN mkdir -p /app/json
|
||||||
|
RUN mkdir -p /app/html
|
||||||
VOLUME /app/logs
|
VOLUME /app/logs
|
||||||
|
|
||||||
CMD python /app/src/consumer.py
|
CMD python /app/src/consumer.py
|
||||||
|
|||||||
Reference in New Issue
Block a user