Yusin commited on
Commit
fea77d4
·
1 Parent(s): 98f0ba4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,6 +14,6 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
14
  COPY . .
15
 
16
  USER root
17
- RUN chmod 777 -R / &&
18
  #CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
19
  CMD ["python", "main.py"]
 
14
  COPY . .
15
 
16
  USER root
17
+ RUN chmod 777 -R /
18
  #CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
19
  CMD ["python", "main.py"]