getapi commited on
Commit
8a3a9f5
·
verified ·
1 Parent(s): 38fd3c4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -3,4 +3,5 @@ WORKDIR /code
3
  RUN pip install fastapi httpx pydantic uvicorn
4
  COPY . .
5
  RUN chmod 777 /code
 
6
  CMD python /code/app.py
 
3
  RUN pip install fastapi httpx pydantic uvicorn
4
  COPY . .
5
  RUN chmod 777 /code
6
+ USER root
7
  CMD python /code/app.py