From 17c6138eaedd9792b139a55d8db39fa827d6b60b Mon Sep 17 00:00:00 2001 From: Patrick Daly Date: Fri, 23 Jul 2021 10:27:07 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8B=20=F0=9F=90=B3=20hello=20?= =?UTF-8?q?=F0=9F=95=B5=EF=B8=8F!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a104e94..62fc278 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,6 @@ RUN poetry install #ENTRYPOINT ["./run.sh"] # 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