We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c787589 commit 2ece959Copy full SHA for 2ece959
1 file changed
run-image/Dockerfile
@@ -49,7 +49,7 @@ RUN apt-get update && apt-get install -yq --no-install-recommends \
49
chsh -s /bin/bash renku
50
51
# Add the start_tunnel script
52
-COPY bin/start_tunnel.sh /user/local/bin/start_tunnel
+COPY bin/start_tunnel.sh /usr/local/bin/start_tunnel
53
54
USER $user_id
55
WORKDIR /home/renku
0 commit comments