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