add translations to docker container

This commit is contained in:
Stefan Allius
2025-04-27 22:21:47 +02:00
parent 8942ad936f
commit e51f54381f
3 changed files with 3 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ if [ "$user" = '0' ]; then
echo "######################################################"
echo "#"
exec su-exec $SERVICE_NAME "$@"
exec su-exec $SERVICE_NAME "$@" -tr './translations/'
else
exec "$@"
fi