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
|
# set the working directory
|
||||||
WORKDIR /usr/src/game
|
WORKDIR /usr/src/game
|
||||||
|
|
||||||
|
# set bash prompt
|
||||||
|
ENV PS1 "evennia docker $ "
|
||||||
|
|
||||||
# startup a shell when we start the container
|
# startup a shell when we start the container
|
||||||
ENTRYPOINT ["bash"]
|
ENTRYPOINT ["bash"]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue