0
0
mirror of https://github.com/jellyfin/jellyfin-vue.git synced 2025-02-23 17:26:17 +00:00
jellyfin-vue/packaging/docker/contents/docker-entrypoint.sh
Fernando Fernández 1f8aed8c0c chore(docker): trim more the image, always run setup (#2491)
This allows to simplify the custom entrypoints command a little bit
2024-11-06 22:51:07 +00:00

11 lines
137 B
Bash
Executable File

#!/bin/sh
echo "==== Starting Jellyfin Vue setup ===="
echo
/setup.sh
echo
echo "==== Setup finished! ===="
echo
exec "$@"