Skip to content

Commit

Permalink
feat: add script for building the image and running it
Browse files Browse the repository at this point in the history
  • Loading branch information
fiam committed Jul 3, 2024
1 parent 63c385f commit 02e2641
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-and-run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

docker buildx build -t dbc-demo . && docker run --rm -it -p 3000:3000 dbc-demo

0 comments on commit 02e2641

Please sign in to comment.