Fix entrypoint

This commit is contained in:
Scott Wallace 2022-04-02 17:34:24 +01:00
parent 6fa6158a91
commit b0349b8dd0
Signed by: scott
GPG key ID: AA742FDC5AFE2A72

View file

@ -2,5 +2,7 @@
set -e
/app/nebula-start.sh
/app/seaweedfs-start.sh
/app/nebula-start.sh &
/app/seaweedfs-start.sh &
wait