Add custom prompt for docker container

This commit is contained in:
Griatch 2017-10-20 00:45:11 +02:00
parent 6871567d78
commit 1729611529

View File

@ -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"]