Skip to content

Commit

Permalink
chore: add entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroh committed May 24, 2024
1 parent 82612b4 commit f0c4781
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
Expand Up @@ -6,5 +6,5 @@ COPY . .
RUN cargo build --locked --release

FROM alpine:3.14

COPY --from=build /usr/src/generic-merge/target /usr/local/bin
COPY --from=build /usr/src/generic-merge/target/release/* /usr/local/bin
ENTRYPOINT [ "/usr/local/bin/generic-merge" ]

0 comments on commit f0c4781

Please sign in to comment.