Files
hassio-addons/linkwarden/rootfs/etc/cont-init.d/99-run.sh
Alexandre 78342866c8 New addon
2024-03-14 14:13:08 +01:00

10 lines
159 B
Bash

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