mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Add custom prompt for docker container
This commit is contained in:
parent
6871567d78
commit
1729611529
1 changed files with 3 additions and 0 deletions
|
|
@ -41,6 +41,9 @@ VOLUME /usr/src/game
|
|||
# set the working directory
|
||||
WORKDIR /usr/src/game
|
||||
|
||||
# set bash prompt
|
||||
ENV PS1 "evennia docker $ "
|
||||
|
||||
# startup a shell when we start the container
|
||||
ENTRYPOINT ["bash"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue