Skip to content

Commit

Permalink
fix: sets execution permission
Browse files Browse the repository at this point in the history
  • Loading branch information
tuddman committed Jun 27, 2024
1 parent f5095c1 commit 81523bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,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 /var/apps/
RUN chmod +x /var/apps/xmtp-message-history-server
ENV RUST_LOG=info
CMD ["/var/apps/xmtp-message-history-server"]

0 comments on commit 81523bb

Please sign in to comment.