logger: color only if enabled in env.

This commit is contained in:
Miroslav Šedivý
2022-09-15 19:30:45 +02:00
parent 84a1d16de3
commit fb5d9affd9
2 changed files with 50 additions and 20 deletions

View File

@ -26,6 +26,7 @@ docker run --rm -it \
-p 3001:8080 \
-e "NEKO_HOST=$NEKO_HOST" \
-e "NEKO_PORT=$NEKO_PORT" \
-e "VUE_APP_LOG_COLOR=true" \
--user "$(id -u):$(id -g)" \
--volume "${PWD}/../:/app" \
--entrypoint="npm" \