Skip to content

Commit

Permalink
build: fixed workdir path
Browse files Browse the repository at this point in the history
  • Loading branch information
TyIsI committed Jun 19, 2024
1 parent 99471f0 commit d321c92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ghcr.io/actions/actions-runner:2.317.0

COPY entrypoint.sh /home/docker/actions-runner
COPY entrypoint.sh /home/runner/

ENTRYPOINT [ "/home/docker/actions-runner/entrypoint.sh" ]
ENTRYPOINT [ "/home/runner/entrypoint.sh" ]

0 comments on commit d321c92

Please sign in to comment.