link-stack/apps/zammad-proxy/docker-entrypoint.sh

8 lines
90 B
Bash
Raw Normal View History

2022-12-02 10:55:56 +00:00
#!/bin/bash
set -e
cd ${APP_DIR}
echo "starting shell app"
exec dumb-init npm run start