This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
budibase
mirror of
https://github.com/Budibase/budibase.git
Watch
1
Star
0
Fork
You've already forked budibase
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
17a5286f2c
budibase
/
packages
/
worker
/
docker_run.sh
8 lines
95 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
if
[
[
-z
$CLUSTER_MODE
]
]
;
then
yarn run:docker
else
yarn run:docker:cluster
fi
Reference in New Issue
View Git Blame
Copy Permalink