fix: use bash for entrypoint (wait -n requires bash, not sh)
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
jordan 2026-03-07 01:12:31 -07:00
parent d36de85bec
commit 04ed854954

View File

@ -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.