pyresearch commited on
Commit
c6f8507
·
1 Parent(s): 06a6775

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
- chRUN 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
+ chmod -R 777 dermasense/application/static/uploads/
16
 
17
 
18
  CMD [ "python" , "/dermasense/main.py" ]