oceansweep commited on
Commit
be761a5
1 Parent(s): d9349dc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -62,5 +62,6 @@ RUN whoami && \
62
  echo "Permissions for /:" && \
63
  ls -la /
64
 
 
65
  # Command to run the application
66
  CMD ["python3", "app.py"]
 
62
  echo "Permissions for /:" && \
63
  ls -la /
64
 
65
+ CMD ["cd .app"]
66
  # Command to run the application
67
  CMD ["python3", "app.py"]