Docker updates

This commit is contained in:
Darren Clarke 2023-02-10 12:14:44 +00:00
parent e556cdceba
commit bef49705a4
8 changed files with 50 additions and 34 deletions

View file

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