mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-28 05:06:11 +08:00
* Fixes #4411 - Running management commands in dockerized dev environment fail due to missing ENV variables
3 lines
63 B
Bash
3 lines
63 B
Bash
USER_ID=$(id -u)
|
|
GROUP_ID=$(id -g)
|
|
WEBLATE_HOST=127.0.0.1:8080
|