hamza82 commited on
Commit
4116dc5
·
verified ·
1 Parent(s): 3045eed

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -15,6 +15,7 @@ RUN pip install fastapi
15
  RUN pip install python-dotenv
16
  RUN pip install openai
17
  RUN pip install chainlit
 
18
  # Make port 8000 available to the world outside this container
19
  EXPOSE 8080
20
 
 
15
  RUN pip install python-dotenv
16
  RUN pip install openai
17
  RUN pip install chainlit
18
+ RUN chmod -R 777 /app
19
  # Make port 8000 available to the world outside this container
20
  EXPOSE 8080
21