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

6 lines
83 B
Bash
Raw Normal View History

2023-06-21 07:32:00 +00:00
#!/bin/bash
set -e
echo "starting metamigo-frontend"
exec dumb-init npm run start