Update logging configuration

This commit is contained in:
Sonny Bakker 2023-06-27 20:37:47 +02:00
parent 2a0c0072a4
commit 89d88ccceb
3 changed files with 25 additions and 25 deletions

View file

@ -89,6 +89,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
WORKDIR /app
RUN mkdir /app/logs
RUN mkdir /app/media
RUN mkdir /app/bin
COPY ./requirements /app/requirements