Skip to content

Commit 4448a6f

Browse files
committed
Set workdir
1 parent 2063368 commit 4448a6f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ ENV PATH="/actions-runner:${PATH}"
3434

3535
USER nonroot
3636

37-
ENTRYPOINT ["/bin/bash"]
37+
WORKDIR /actions-runner
38+
39+
ENTRYPOINT [ "/bin/bash" ]

0 commit comments

Comments
 (0)