mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
New addon
This commit is contained in:
9
linkwarden/rootfs/etc/cont-init.d/99-run.sh
Normal file
9
linkwarden/rootfs/etc/cont-init.d/99-run.sh
Normal 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
|
||||
Reference in New Issue
Block a user