This commit is contained in:
poisonbl 2023-11-23 22:02:34 -05:00 committed by GitHub
parent 923ec28ec4
commit c8e2ac1271
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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