Skip to content

Commit

Permalink
chore: add dbuild.sh note
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBigBoss committed Dec 31, 2024
1 parent f320ca5 commit 59d2b66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dockers/bundler/dbuild.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/bin/bash -e
cd `cd \`dirname $0\`;pwd`

# build and push
# VERSION=0.7.1-$(git rev-parse HEAD | cut -c1-7) PUSH=1 IMAGE=0xbigboss/bundler ./dockers/bundler/dbuild.sh

#need to preprocess first to have the Version.js
test -z $NOBUILD && yarn preprocess

Expand Down

0 comments on commit 59d2b66

Please sign in to comment.