Skip to content

Commit

Permalink
fix anvil copy to dockerfile (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx authored Feb 22, 2024
1 parent d01fe2b commit 65634b5
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 65634b5

Please sign in to comment.