add the missing emojis

This commit is contained in:
Tomislav Mikulin 2022-01-07 09:25:30 +01:00
parent 1557673eda
commit 9ab1e6e5b1

View File

@ -22,8 +22,8 @@ RUN poetry config virtualenvs.create false \
COPY --chown=flashbot . /app
# easter eggs
RUN echo "PS1=' :\[\033[1;36m\]\h \[\033[1;34m\]\W\[\033[0;35m\]\[\033[1;36m\]$ \[\033[0m\]'" >> ~/.bashrc
# easter eggs 😝
RUN echo "PS1='🕵:\[\033[1;36m\]\h \[\033[1;34m\]\W\[\033[0;35m\]\[\033[1;36m\]$ \[\033[0m\]'" >> ~/.bashrc
ENTRYPOINT [ "poetry" ]
CMD [ "run", "python", "loop.py" ]