mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Make Docker image support develop branch launcher
This commit is contained in:
parent
d132912a7a
commit
e51c48c8fc
1 changed files with 1 additions and 4 deletions
|
|
@ -7,7 +7,4 @@ rm /usr/src/game/server/*.pid >& /dev/null || true
|
|||
|
||||
# start evennia server; log to server.log but also output to stdout so it can
|
||||
# be viewed with docker-compose logs
|
||||
exec 3>&1; evennia start 2>&1 1>&3 | tee /usr/src/game/server/logs/server.log; exec 3>&-
|
||||
|
||||
# start a shell to keep the container running
|
||||
bash
|
||||
exec 3>&1; evennia start -l
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue