From f2c82fef76df8b96c7a1503ac134503b366537d1 Mon Sep 17 00:00:00 2001 From: Travis Briggs Date: Fri, 23 Sep 2022 11:15:33 -0700 Subject: [PATCH] Add chown to Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8e09d70359..36995430bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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