Swapnil-101 commited on
Commit
6f7851a
·
verified ·
1 Parent(s): 4aae285

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -16,6 +16,8 @@ RUN touch /code/users.db && chmod 777 /code/users.db
16
 
17
  RUN touch temp_mentor.txt && chmod 777 temp_mentor.txt
18
 
 
 
19
  COPY . .
20
 
21
  CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "--timeout", "300", "main:app"]
 
16
 
17
  RUN touch temp_mentor.txt && chmod 777 temp_mentor.txt
18
 
19
+ RUN chmod 777 temp_mentor.txt
20
+
21
  COPY . .
22
 
23
  CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "--timeout", "300", "main:app"]