Files
hassio-addons/social_to_mealie/rootfs/etc/cont-init.d/99-run.sh

8 lines
215 B
Bash
Executable File

#!/command/with-contenv bashio
# shellcheck shell=bash
set -e
bashio::log.info "Starting Social to Mealie"
cd /app || bashio::exit.nok "App directory not found"
exec gosu nextjs /app/entrypoint.sh node --run start