mirror of
https://github.com/evennia/evennia.git
synced 2025-10-29 19:35:56 +00:00
Add custom prompt for docker container
This commit is contained in:
parent
6871567d78
commit
1729611529
@ -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…
x
Reference in New Issue
Block a user