fcernafukuzaki commited on
Commit
d3d6c51
1 Parent(s): 48f36c6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ COPY ./requirements.txt /code/requirements.txt
17
 
18
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
19
 
20
- RUN chmod -R 777 content
21
 
22
  COPY . .
23
 
 
17
 
18
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
19
 
20
+ RUN chmod -R 777 /content
21
 
22
  COPY . .
23