mirror of
https://github.com/mveril/qp-demo
synced 2025-01-03 10:05:57 +01:00
Add examples to Dockerfile.compile
This commit is contained in:
parent
01bd044f59
commit
df267abc14
@ -50,6 +50,8 @@ RUN /bin/bash -c "source quantum_package.rc ; ninja"
|
||||
RUN /bin/bash -c "source quantum_package.rc ; qp_test -a"
|
||||
# Return to the user directory
|
||||
WORKDIR /home/$user/
|
||||
# add examples
|
||||
COPY --chown=$user examples examples
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user