oceansweep commited on
Commit
162238f
1 Parent(s): 3289912

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -63,7 +63,7 @@ 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
- RUN cd ..
67
  RUN cd .. && python3 app.py -gui
68
  # Command to run the application
69
  CMD ["pwd && ls && python3", "app.py -gui"]
 
63
  CMD ["cd /home/user/app"]
64
 
65
  RUN ls -la
66
+
67
  RUN cd .. && python3 app.py -gui
68
  # Command to run the application
69
  CMD ["pwd && ls && python3", "app.py -gui"]