New addon

This commit is contained in:
Alexandre
2024-03-14 14:13:08 +01:00
parent 565169e657
commit 78342866c8
5 changed files with 228 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/command/with-contenv bashio
# shellcheck shell=bash
set -e
yarn prisma migrate deploy
bashio::log.info "Starting app..."
yarn start docker-entrypoint.sh