link-stack/apps/bridge-frontend/docker-entrypoint.sh

6 lines
81 B
Bash
Raw Permalink Normal View History

2024-05-14 09:40:58 +02:00
#!/bin/bash
set -e
echo "starting bridge-frontend"
exec dumb-init npm run start