Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -5,4 +5,4 @@ run chmod +x install.sh
|
|
| 5 |
run ./install.sh
|
| 6 |
run python ../dl.py
|
| 7 |
run python ../cfg.py
|
| 8 |
-
|
|
|
|
| 5 |
run ./install.sh
|
| 6 |
run python ../dl.py
|
| 7 |
run python ../cfg.py
|
| 8 |
+
CMD ./start-webui.sh
|