mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Bugfix. Fixes evennia/evennia#3336
This commit is contained in:
parent
923ec28ec4
commit
c8e2ac1271
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue