1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00
budibase/packages/worker/docker_run.sh

8 lines
95 B
Bash
Raw Normal View History

2022-05-27 23:22:55 +12:00
#!/bin/sh
2022-05-27 21:41:02 +12:00
if [[ -z $CLUSTER_MODE ]]; then
yarn run:docker
else
yarn run:docker:cluster
fi