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
7cf52bff02
budibase
/
packages
/
worker
/
docker_run.sh
8 lines
95 B
Bash
Raw
Normal View
History
Unescape
Escape
updating worker script to run as sh
2022-05-27 13:22:55 +02:00
#!/bin/sh
adding shebang to run scripts
2022-05-27 11:41:02 +02:00
enable clustering on server and worker services, better log output on user not found errors
2022-05-23 17:24:29 +02:00
if
[
[
-z
$CLUSTER_MODE
]
]
;
then
yarn run:docker
else
yarn run:docker:cluster
fi