JannikAhlers commited on
Commit
727fd4e
·
verified ·
1 Parent(s): 22f9998

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -13,4 +13,5 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
13
 
14
  COPY --chown=user . /app
15
  RUN mkdir -p /app/uploads
 
16
  CMD ["python", "/app/app.py"]
 
13
 
14
  COPY --chown=user . /app
15
  RUN mkdir -p /app/uploads
16
+ RUN mkdir -p /app/generated
17
  CMD ["python", "/app/app.py"]