We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc3a9c commit 222febaCopy full SHA for 222feba
1 file changed
workspace/Dockerfile-71
@@ -202,6 +202,8 @@ RUN if [ ${INSTALL_WORKSPACE_SSH} = true ]; then \
202
&& rm -f /tmp/id_rsa* \
203
&& chmod 644 /root/.ssh/authorized_keys /root/.ssh/id_rsa.pub \
204
&& chmod 400 /root/.ssh/id_rsa \
205
+ && cp -rf /root/.ssh /home/laradock \
206
+ && chown -R laradock:laradock /home/laradock/.ssh \
207
;fi
208
209
#####################################
0 commit comments