👋 🐳 hello 🕵️!

This commit is contained in:
Patrick Daly 2021-07-23 10:27:07 -07:00
parent f3a4c4e60e
commit 17c6138eae

View File

@ -15,6 +15,6 @@ RUN poetry install
#ENTRYPOINT ["./run.sh"] #ENTRYPOINT ["./run.sh"]
# easter eggs 😝 # easter eggs 😝
RUN echo "PS1='🐳:\[\033[1;36m\]\h \[\033[1;34m\]\W\[\033[0;35m\]\[\033[1;36m\]$ \[\033[0m\]'" >> ~/.bashrc RUN echo "PS1='🕵️:\[\033[1;36m\]\h \[\033[1;34m\]\W\[\033[0;35m\]\[\033[1;36m\]$ \[\033[0m\]'" >> ~/.bashrc
CMD /bin/bash CMD /bin/bash