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

6 lines
83 B
Bash
Raw Normal View History

2023-03-22 07:11:51 +00:00
#!/bin/bash
set -e
2023-06-20 07:49:52 +00:00
echo "starting metamigo-frontend"
exec dumb-init npm run start