fix: use bash for entrypoint (wait -n requires bash, not sh)
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
d36de85bec
commit
04ed854954
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
# StemeDB cluster entrypoint — runs both stemedb-api (storage) and stemedb-node (gateway/SWIM).
|
||||
#
|
||||
# In single-node mode (STEMEDB_CLUSTER_MODE unset or "false"), only stemedb-api runs.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user