Skip to content

Commit

Permalink
Add docker_build.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhaixian1984 committed Sep 10, 2024
1 parent 79c236e commit 65c9fef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker_build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

VERSION=$(grep '"version"' package.json | awk -F'"' '{print $4}')

sudo docker build -t crustio/crust-smanager:$VERSION .

0 comments on commit 65c9fef

Please sign in to comment.