From c8e2ac127145ead586a12b52cbe724a5c7622403 Mon Sep 17 00:00:00 2001 From: poisonbl Date: Thu, 23 Nov 2023 22:02:34 -0500 Subject: [PATCH] Bugfix. Fixes evennia/evennia#3336 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b70d213735..6cfedc071e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,7 +55,7 @@ COPY . /usr/src/evennia # add the game source when rebuilding a new docker image from inside # a game dir -ONBUILD COPY --chown=evennia . /usr/src/game +ONBUILD COPY . /usr/src/game # make the game source hierarchy persistent with a named volume. # mount on-disk game location here when using the container