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 63c385f commit 02e2641Copy full SHA for 02e2641
build-and-run.sh
@@ -0,0 +1,3 @@
1
+#!/bin/sh
2
+
3
+docker buildx build -t dbc-demo . && docker run --rm -it -p 3000:3000 dbc-demo
0 commit comments