diff --git a/Dockerfile b/Dockerfile index cd6c720b80..6c60946c61 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]