Skip to content

Commit

Permalink
fix: docker entrypoint binary path
Browse files Browse the repository at this point in the history
  • Loading branch information
piny4man committed Jul 7, 2024
1 parent 212a6c4 commit 4a78226
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 @@ -16,4 +16,4 @@ RUN cargo build --release --bin api
FROM debian:bookworm-slim AS runtime
WORKDIR /app
COPY --from=builder /app/target/release/api /usr/local/bin
ENTRYPOINT ["/usr/local/bin/app"]
ENTRYPOINT ["/usr/local/bin/api"]

0 comments on commit 4a78226

Please sign in to comment.