Fix Docker entrypoint script
continuous-integration/drone/push Build is passing Details

pull/1116/head^2
James Mills 5 months ago
parent 02f9cd7df2
commit de539afc95
Signed by: prologic
GPG Key ID: AC4C014F1440EBD6

@ -7,7 +7,7 @@ random_string() {
[ -n "${PUID}" ] && usermod -u "${PUID}" yarnd
[ -n "${PGID}" ] && groupmod -g "${PGID}" yarnd
printf "Configuring yarnd..."
printf "Configuring yarnd...\n"
[ -z "${DATA}" ] && DATA="/data"
[ -z "${STORE}" ] && STORE="bitcask:///data/yarn.db"
[ -z "${OPEN_REGISTRATIONS}" ] && OPEN_REGISTRATIONS=true

Loading…
Cancel
Save