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

Update Dockerfile

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