Spaces:
Running
Running
oceansweep
commited on
Commit
•
1cac117
1
Parent(s):
b05a9b2
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -63,6 +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 python3 app.py -gui
|
67 |
# Command to run the application
|
68 |
CMD ["python3", "app.py"]
|
|
|
63 |
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"]
|