Swapnil-101 commited on
Commit
3173237
·
verified ·
1 Parent(s): 240c27b

Update Dockerfile

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