Skip to content

Commit

Permalink
Make script path relative to context used in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
matt committed Sep 5, 2024
1 parent e6885d3 commit 88c0670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aptos-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ WORKDIR /app
ENV PATH=/usr/local/bin:$PATH
COPY --from=aptos-cli $CLI_BINARY /usr/local/bin

COPY sh/healthcheck.sh /app/sh/healthcheck.sh
COPY src/aptos-cli/sh/healthcheck.sh sh/healthcheck.sh
RUN chmod +x /app/sh/healthcheck.sh

STOPSIGNAL SIGKILL
Expand Down

0 comments on commit 88c0670

Please sign in to comment.