Spaces:
Running
Running
oceansweep
commited on
Commit
•
c46c8fa
1
Parent(s):
0d6056b
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -59,6 +59,6 @@ RUN pip3 install --no-cache-dir --upgrade -r /home/user/app/requirements.txt
|
|
59 |
|
60 |
CMD ["cd /home/user/app"]
|
61 |
|
62 |
-
|
63 |
# Command to run the application
|
64 |
CMD ["python3", "app.py"]
|
|
|
59 |
|
60 |
CMD ["cd /home/user/app"]
|
61 |
|
62 |
+
RUN ls -la
|
63 |
# Command to run the application
|
64 |
CMD ["python3", "app.py"]
|