pyresearch commited on
Commit
4ad69fb
·
1 Parent(s): c6f8507

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN pip install --upgrade pip
12
 
13
  RUN pip install -r requirements.txt
14
  #RUN pip uninstall opencv-python
15
- chmod -R 777 dermasense/application/static/uploads/
16
 
17
 
18
  CMD [ "python" , "/dermasense/main.py" ]
 
12
 
13
  RUN pip install -r requirements.txt
14
  #RUN pip uninstall opencv-python
15
+ RUN chmod -R 777 dermasense/application/static/uploads/
16
 
17
 
18
  CMD [ "python" , "/dermasense/main.py" ]