oceansweep commited on
Commit
0d6056b
1 Parent(s): eb0de88

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]