Skip to content

Commit

Permalink
fix: serve binary from /var/apps
Browse files Browse the repository at this point in the history
  • Loading branch information
tuddman committed Jun 27, 2024
1 parent 27a95f5 commit f5095c1
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 @@ -5,6 +5,6 @@ RUN cargo build --release

FROM debian:bullseye-slim
RUN apt-get update && apt-get install
COPY --from=builder /code/target/release/xmtp-message-history-server /usr/local/bin/xmtp-message-history-server
COPY --from=builder /code/target/release/xmtp-message-history-server /var/apps/
ENV RUST_LOG=info
CMD ["xmtp-message-history-server"]
CMD ["/var/apps/xmtp-message-history-server"]

0 comments on commit f5095c1

Please sign in to comment.