Niv03 commited on
Commit
f163586
·
1 Parent(s): ae9499f

edit dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -2,6 +2,8 @@ FROM python
2
 
3
  WORKDIR /app
4
 
 
 
5
  COPY . /app
6
 
7
  RUN pip install --trusted-host pypi.python.org -r requirements.txt
 
2
 
3
  WORKDIR /app
4
 
5
+ RUN chmod 777 /app
6
+
7
  COPY . /app
8
 
9
  RUN pip install --trusted-host pypi.python.org -r requirements.txt