Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -58,5 +58,7 @@ RUN pip3 install --no-cache-dir --upgrade -r /home/user/app/requirements.txt
|
|
| 58 |
# ls -la ./
|
| 59 |
|
| 60 |
CMD ["cd /home/user/app"]
|
|
|
|
|
|
|
| 61 |
# Command to run the application
|
| 62 |
CMD ["python3", "app.py"]
|
|
|
|
| 58 |
# ls -la ./
|
| 59 |
|
| 60 |
CMD ["cd /home/user/app"]
|
| 61 |
+
|
| 62 |
+
CMD ["ls -la"]
|
| 63 |
# Command to run the application
|
| 64 |
CMD ["python3", "app.py"]
|