link-stack/apps/leafcutter/docker-entrypoint.sh

8 lines
90 B
Bash
Raw Normal View History

2023-02-13 13:46:56 +00:00
#!/bin/bash
set -e
cd ${APP_DIR}
echo "starting admin app"
exec dumb-init npm run start