Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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"]
|