PhoenixStormJr commited on
Commit
4dbeab9
·
verified ·
1 Parent(s): 874f6c3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,4 +21,4 @@ RUN pip3 install -r requirements.txt
21
 
22
  RUN echo "Checking contents of /app:" && ls -l /app
23
 
24
- CMD ["python3", "-u", "app.py"]
 
21
 
22
  RUN echo "Checking contents of /app:" && ls -l /app
23
 
24
+ CMD ["python3", "-u", "EasierGUI.py"]