Skip to content

Commit 2ece959

Browse files
authored
fix: correct path for start_tunnel script (#87)
Closes #86.
1 parent c787589 commit 2ece959

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ RUN apt-get update && apt-get install -yq --no-install-recommends \
4949
chsh -s /bin/bash renku
5050

5151
# Add the start_tunnel script
52-
COPY bin/start_tunnel.sh /user/local/bin/start_tunnel
52+
COPY bin/start_tunnel.sh /usr/local/bin/start_tunnel
5353

5454
USER $user_id
5555
WORKDIR /home/renku

0 commit comments

Comments
 (0)