We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f92598 commit ec465e0Copy full SHA for ec465e0
run-local.sh
@@ -0,0 +1,4 @@
1
+#! /bin/sh
2
+
3
+open http://localhost:8080
4
+docker build . -t tmp && docker run -p 8080:8080 tmp
0 commit comments