mirror of
https://github.com/mveril/qp-demo
synced 2024-11-03 20:54:01 +01:00
Fix permissions for examples
This commit is contained in:
parent
fc7644d488
commit
663f407e8f
@ -37,7 +37,7 @@ ENV USER=$user
|
||||
WORKDIR /home/$user
|
||||
# untar directly static quantum package and examples
|
||||
ADD quantum_package_static.tar.gz .
|
||||
COPY examples examples
|
||||
COPY --chown=$user examples examples
|
||||
# move quantum package
|
||||
RUN mv quantum_package_static qp2
|
||||
RUN echo "set -g default-command /home/$user/qp2/bin/qpsh" >> .tmux.conf
|
||||
|
Loading…
Reference in New Issue
Block a user