1
0
mirror of https://github.com/mveril/qp-demo synced 2024-07-22 18:57:32 +02:00

Delete unnescesary comment

This commit is contained in:
Mickaël Véril 2019-11-06 15:04:48 +01:00
parent 663f407e8f
commit 7f3c4a0cdc

View File

@ -43,7 +43,6 @@ RUN mv quantum_package_static qp2
RUN echo "set -g default-command /home/$user/qp2/bin/qpsh" >> .tmux.conf
RUN echo "shell \"/home/$user/qp2/bin/qpsh\"" >> .screenrc
# start a qp shell when run
# I deleted /home/user because it's not necesary and can be a source of big if user arg is diferent to "user"
CMD ["./qp2/bin/qpsh"]