Spaces:
Sleeping
Sleeping
oceansweep
commited on
Commit
•
3289912
1
Parent(s):
1cac117
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -64,6 +64,6 @@ CMD ["cd /home/user/app"]
|
|
64 |
|
65 |
RUN ls -la
|
66 |
RUN cd ..
|
67 |
-
RUN python3 app.py -gui
|
68 |
# Command to run the application
|
69 |
-
CMD ["python3", "app.py"]
|
|
|
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"]
|