5 lines
79 B
Bash
5 lines
79 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
echo "starting bridge-worker"
|
|
exec dumb-init npm run start
|