We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd0ce4b commit e0ccb99Copy full SHA for e0ccb99
build_push_harmony.sh
@@ -1,4 +1,4 @@
1
# docker login -u harmonydata
2
-git submodule update --remote
+# cd harmony; git pull; cd ..; git add harmony; git commit -m "update submodule"; git push
3
export COMMIT_ID=`git show -s --format=%ci_%h | sed s/[^_a-z0-9]//g | sed s/0[012]00_/_/g` && docker build -t harmonyapi -t harmonyapi:$COMMIT_ID -t harmonydata/harmonyapi -t harmonydata/harmonyapi:$COMMIT_ID --build-arg COMMIT_ID=$COMMIT_ID . && docker push harmonydata/harmonyapi:$COMMIT_ID && echo "The container version is $COMMIT_ID"
4
# docker run -p 8000:80 harmonydata/harmonyapi:$COMMIT_ID
0 commit comments