6 lines
82 B
Bash
6 lines
82 B
Bash
|
if [ -z $CLUSTER_MODE ]; then
|
||
|
yarn run:docker
|
||
|
else
|
||
|
yarn run:docker:cluster
|
||
|
fi
|