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

Update Dockerfile

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