Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -69,4 +69,4 @@ USER user
|
|
69 |
EXPOSE 7860
|
70 |
|
71 |
# 12) Set the default command to run the startup script
|
72 |
-
|
|
|
69 |
EXPOSE 7860
|
70 |
|
71 |
# 12) Set the default command to run the startup script
|
72 |
+
ENTRYPOINT ["python", "app.py"]
|