5 lines
231 B
Bash
5 lines
231 B
Bash
|
sh $(dirname $0)/login.sh $1 "$2" \
|
||
|
&& sh $(dirname $0)/initialise-image.sh $1 postgres:12.4 \
|
||
|
&& sh $(dirname $0)/initialise-image.sh $1 guacamole/guacd:1.2.0 \
|
||
|
&& sh $(dirname $0)/initialise-image.sh $1 guacamole/guacamole:1.2.0
|