Merge pull request #2868 from audiodude/dockerfile

Add chown to Dockerfile
This commit is contained in:
Griatch 2022-09-24 18:18:50 +02:00 committed by GitHub
commit 9f470c5994

View file

@ -53,7 +53,7 @@ COPY . /usr/src/evennia
# add the game source when rebuilding a new docker image from inside
# 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.
# mount on-disk game location here when using the container