We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00c9780 commit 8416895Copy full SHA for 8416895
docker/justfile
@@ -75,3 +75,7 @@ show-log:
75
reset:
76
docker compose down
77
docker volume rm {{ volumeName }}
78
+
79
+# Open the browser with the app
80
+open-browser:
81
+ xdg-open http://localhost:8081
0 commit comments