Skip to content

Commit 8416895

Browse files
committed
just: add open-browser recipe
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent 00c9780 commit 8416895

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker/justfile

+4
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,7 @@ show-log:
7575
reset:
7676
docker compose down
7777
docker volume rm {{ volumeName }}
78+
79+
# Open the browser with the app
80+
open-browser:
81+
xdg-open http://localhost:8081

0 commit comments

Comments
 (0)