Updated to latest s6-overlay

This commit is contained in:
Jamie Curnow
2023-02-24 18:31:46 +10:00
parent c288886fd4
commit ecbc55f318
28 changed files with 94 additions and 98 deletions

View File

@ -0,0 +1,16 @@
#!/command/with-contenv bash
set -e
# This service is DEVELOPMENT only.
if [ "$DEVELOPMENT" == "true" ]; then
CI=true
HOME=/tmp/npmuserhome
export CI
export HOME
cd /app/frontend || exit 1
s6-setuidgid npmuser yarn install
exec s6-setuidgid npmuser yarn start
else
exit 0
fi

View File

@ -0,0 +1 @@
longrun