Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -24,4 +24,4 @@ RUN ./install.sh
|
|
| 24 |
EXPOSE 8000 7860
|
| 25 |
|
| 26 |
# Set the default command to run the application
|
| 27 |
-
|
|
|
|
| 24 |
EXPOSE 8000 7860
|
| 25 |
|
| 26 |
# Set the default command to run the application
|
| 27 |
+
CMD ["./run_demo.sh -f"]
|