Neurolingua commited on
Commit
9aaa2f2
·
verified ·
1 Parent(s): 6ce680d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -13,5 +13,6 @@ RUN pip install --no-cache-dir -r /code/requirements.txt
13
 
14
  # Copy the rest of the application code
15
  COPY . /code
16
-
 
17
  CMD ["python", "app.py"]
 
13
 
14
  # Copy the rest of the application code
15
  COPY . /code
16
+ RUN mkdir -p /code/uploads && \
17
+ chmod 775 /code/uploads
18
  CMD ["python", "app.py"]