[DOCKER][BUGFIX] Use PUID/PGID to chown /config dir (#644)
* [DOCKER][BUGFIX] Use `PUID`/`PGID` to chown `/config` dir * lint
This commit is contained in:
parent
d8a64ca82c
commit
3404ed9cc5
1 changed files with 1 additions and 1 deletions
|
|
@ -9,5 +9,5 @@
|
|||
cp -R /defaults/examples /config/
|
||||
|
||||
# permissions
|
||||
chown -R abc:abc \
|
||||
chown -R ${PUID:-abc}:${PGID:-abc} \
|
||||
/config
|
||||
|
|
|
|||
Loading…
Reference in a new issue