copy clues folder to the correct location

This commit is contained in:
sose 2021-06-14 01:15:45 +00:00
parent 7c67349ccf
commit 01bc97ef7c
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ RUN sed -i "s/{{ HOST_IP }}/$HOST_IP/g" /etc/bash.bashrc /usr/local/bin/progress
&& echo "PasswordAuthentication no" >> /etc/ssh/sshd_config \
&& echo "Port $SSHD_PORT" >> /etc/ssh/sshd_config
COPY ./clues /home/$USERNAME
COPY ./clues /home/$USERNAME/clues
COPY ./rules.md /home/$USERNAME
RUN useradd $USERNAME -d /home/$USERNAME \