Skip to content

Commit 02e2641

Browse files
committed
feat: add script for building the image and running it
1 parent 63c385f commit 02e2641

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build-and-run.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)