File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -111,9 +111,12 @@ srcPath=$(pwd)"/stackbox/"
111
111
112
112
mkdir $srcPath
113
113
cp -r $installationPath /. $srcPath
114
- echo " Your code is in ./" $srcPath
114
+ echo " Your code is in " $srcPath
115
+ printf " \n"
115
116
116
117
echo " ######## BUILDING YOUR STACK ###############"
118
+ printf " \n"
119
+
117
120
118
121
beginswith () { case $2 in " $1 " * ) true ;; * ) false ;; esac ; }
119
122
@@ -137,6 +140,8 @@ docker-compose -f $srcPath/docker-compose.yml build > $srcPath/logs/docker-compo
137
140
138
141
printf " \n"
139
142
echo " ######## DEPLOYING YOUR STACK ##############"
143
+ printf " \n"
144
+
140
145
141
146
docker-compose -f $srcPath /docker-compose.yml up -d --remove-orphans
142
147
173
178
echo ${tmp# " stackbox_" } is up at http://localhost:${service_ports[i]}
174
179
fi
175
180
fi
176
- done
181
+ done
182
+ printf " \n"
You can’t perform that action at this time.
0 commit comments