Skip to content

Commit

Permalink
Use Dockerfile-demo
Browse files Browse the repository at this point in the history
- Use Dockerfile.demo instead
- Fix welcome message displayed when session
  is created
  • Loading branch information
ediardo committed Nov 4, 2019
1 parent f6eb23f commit f15e350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-demo → Dockerfile.demo
Expand Up @@ -9,7 +9,7 @@ RUN npm link
RUN echo 'PS1="\\$ "' >> /home/node/.bashrc
RUN echo export TMOUT=30 >> /home/node/.bashrc
RUN echo 'echo Here you can try the kmdr cli without installing it on your local machine' >> /home/node/.bashrc
RUN echo 'read -p "Press any key to start your demo"' >> /home/node/.bashrc
RUN echo 'read -p "Press ENTER key to start your demo"' >> /home/node/.bashrc
RUN echo 'clear' >> /home/node/.bashrc
RUN echo 'echo "$ kmdr explain"; kmdr explain' >> /home/node/.bashrc
RUN echo 'echo Just type "'kmdr explain'" to run the program again' >> /home/node/.bashrc

0 comments on commit f15e350

Please sign in to comment.