Skip to content

Commit

Permalink
Fix copy path
Browse files Browse the repository at this point in the history
  • Loading branch information
randomairborne committed Jun 22, 2024
1 parent 4500d43 commit c486c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN cargo build --release --target ${LLVMTARGETARCH}-unknown-linux-musl

FROM scratch

COPY --from=builder /build/target/release/giveip /usr/bin/giveip
COPY --from=builder /build/target/${LLVMTARGETARCH}-unknown-linux-musl/release/giveip /usr/bin/giveip
EXPOSE 8080

ENTRYPOINT ["/usr/bin/giveip"]

0 comments on commit c486c4b

Please sign in to comment.