We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb0b22f commit 3549d95Copy full SHA for 3549d95
2 files changed
devi
@@ -84,9 +84,7 @@ if [[ "$(strip_dash $1)" == "docker-run" ]]; then
84
fi
85
86
if [[ "$(strip_dash $1)" == "docker-push" ]]; then
87
- echo " building docker image..."
88
- mvn clean install -DskipTests
89
- docker build . -t imixs/open-bpmn
+ echo " push docker image..."
90
docker push imixs/open-bpmn
91
92
@@ -113,7 +111,7 @@ if [[ $# -eq 0 ]]; then
113
111
echo " -clean : clean up build "
114
112
echo " -docker-build : build docker image only"
115
echo " -docker-run : run the docker container "
116
- echo " -docker-push : build and push the docker image "
+ echo " -docker-push : push the docker image "
117
echo "_______________________________________________________________________"
118
echo " "
119
scripts/launch-docker-container.sh
0 commit comments