Fix demo task, which is useful for manual tests.
This commit is contained in:
parent
3cb28e6977
commit
47fda303da
5
Rotefile
5
Rotefile
|
@ -35,8 +35,9 @@ end)
|
||||||
--end)
|
--end)
|
||||||
|
|
||||||
desc("Demos Rookeries in a browser")
|
desc("Demos Rookeries in a browser")
|
||||||
task ("demo", {"start"}, function ()
|
task ("demo", function ()
|
||||||
exec("python", "-m", "webbrowser", "-n", "http://localhost:5000/")
|
exec("docker-compose", "up", "-d", "--remove-orphans")
|
||||||
|
exec("python", "-m", "webbrowser", "-n", "http://localhost:3000/")
|
||||||
end)
|
end)
|
||||||
|
|
||||||
desc("Starts Rookeries")
|
desc("Starts Rookeries")
|
||||||
|
|
Loading…
Reference in New Issue