Full path

This commit is contained in:
asonix 2024-02-07 13:57:32 -06:00
parent af9c464012
commit 5414fca339
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@ FROM docker.io/asonix/rust-builder:latest-linux-amd64
RUN rustup component add clippy RUN rustup component add clippy
COPY entrypoint.sh /entrypoint.sh COPY .forgejo/actions/build-amd64/entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"] ENTRYPOINT ["/entrypoint.sh"]