Skip to content

Commit

Permalink
Merge branch 'main' of github.com:xmtp/xps-gateway into nonce-rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Feb 22, 2024
2 parents 43ae4f7 + 65634b5 commit 39105d8
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 @@ -6,7 +6,7 @@ ENV USER=xmtp

RUN sudo apt update && sudo apt install -y pkg-config openssl libssl-dev

COPY --from=ghcr.io/xmtp/foundry:latest /usr/local/bin/anvil /usr/local/bin/anvil
COPY --from=ghcr.io/xmtp/foundry:latest /home/xmtp/.foundry/bin/anvil /usr/local/bin/anvil

ARG PROJECT=xps
WORKDIR /workspaces/${PROJECT}
Expand Down

0 comments on commit 39105d8

Please sign in to comment.