Moibe commited on
Commit
209aee6
·
1 Parent(s): 2ffdcde

Add wr permissions

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -14,4 +14,6 @@ RUN pip install --no-cache-dir -r /code/requirements.txt
14
 
15
  COPY . .
16
 
 
 
17
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
14
 
15
  COPY . .
16
 
17
+ RUN chmod -R a+w /code
18
+
19
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]