We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2063368 commit 4448a6fCopy full SHA for 4448a6f
Dockerfile
@@ -34,4 +34,6 @@ ENV PATH="/actions-runner:${PATH}"
34
35
USER nonroot
36
37
-ENTRYPOINT ["/bin/bash"]
+WORKDIR /actions-runner
38
+
39
+ENTRYPOINT [ "/bin/bash" ]
0 commit comments