Swapnil-101 commited on
Commit
94f266a
·
verified ·
1 Parent(s): 2dc628f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -34,5 +34,7 @@ USER user
34
  # Set the working directory for the application
35
  WORKDIR $HOME
36
 
 
 
37
  # Start the application using gunicorn
38
  CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "--timeout", "300", "main:app"]
 
34
  # Set the working directory for the application
35
  WORKDIR $HOME
36
 
37
+ RUN pwd && ls -l
38
+
39
  # Start the application using gunicorn
40
  CMD ["gunicorn", "-w", "4", "-b", "0.0.0.0:7860", "--timeout", "300", "main:app"]