oceansweep commited on
Commit
b05a9b2
·
verified ·
1 Parent(s): 5098451

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -63,5 +63,6 @@ RUN pip3 install --no-cache-dir --upgrade -r /home/user/app/requirements.txt
63
  CMD ["cd /home/user/app"]
64
 
65
  RUN ls -la
 
66
  # Command to run the application
67
  CMD ["python3", "app.py"]
 
63
  CMD ["cd /home/user/app"]
64
 
65
  RUN ls -la
66
+ RUN python3 app.py -gui
67
  # Command to run the application
68
  CMD ["python3", "app.py"]