1
0
mirror of https://github.com/mveril/qp-demo synced 2024-08-25 05:51:47 +02:00

Remove unnescesary mkdir

This commit is contained in:
Mickaël Véril 2021-05-04 11:08:48 +02:00
parent de85057715
commit 74bb79c7cf

View File

@ -72,7 +72,6 @@ WORKDIR /home/$user
# Copy examples
COPY --chown=$user:$user examples examples
# Copy unpacked QP2 static
RUN mkdir qp2
COPY --from=unpack --chown=$user:$user /tmp/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