Add target dir to PATH
This commit is contained in:
parent
261faee7d5
commit
237fc1eb70
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ ARG editor=vim
|
||||||
|
|
||||||
RUN apk add --no-cache $editor
|
RUN apk add --no-cache $editor
|
||||||
ENV EDITOR=$editor
|
ENV EDITOR=$editor
|
||||||
|
ENV PATH="${PATH}:/fingerlink"
|
||||||
WORKDIR /fingerlink
|
WORKDIR /fingerlink
|
||||||
|
|
||||||
COPY --from=builder /fingerlink/target/x86_64-unknown-linux-musl/release/fingerlink /fingerlink/fingerlink
|
COPY --from=builder /fingerlink/target/x86_64-unknown-linux-musl/release/fingerlink /fingerlink/fingerlink
|
||||||
|
|
Loading…
Reference in a new issue