Update Dockerfile
Browse files- 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", "
|
|
|
21 |
|
22 |
RUN echo "Checking contents of /app:" && ls -l /app
|
23 |
|
24 |
+
CMD ["python3", "-u", "EasierGUI.py"]
|