link-stack/link/docker-entrypoint.sh
2023-02-09 21:51:12 +00:00

7 lines
90 B
Bash

#!/bin/bash
set -e
cd ${APP_DIR}
echo "starting shell app"
exec dumb-init npm run start