Add chown to Dockerfile
This commit is contained in:
parent
377d366d3e
commit
f2c82fef76
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ COPY . /usr/src/evennia
|
||||||
|
|
||||||
# add the game source when rebuilding a new docker image from inside
|
# add the game source when rebuilding a new docker image from inside
|
||||||
# a game dir
|
# a game dir
|
||||||
ONBUILD COPY . /usr/src/game
|
ONBUILD COPY --chown=evennia . /usr/src/game
|
||||||
|
|
||||||
# make the game source hierarchy persistent with a named volume.
|
# make the game source hierarchy persistent with a named volume.
|
||||||
# mount on-disk game location here when using the container
|
# mount on-disk game location here when using the container
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue