Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
perekopskiy committed Aug 19, 2021
1 parent fbbc3e5 commit fb932ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
!etc/env/docker.env
!etc/env/base
!etc/tokens
!etc/web3-abi
!keys/packed
!docker/nginx/nginx.conf
!bin/
Expand Down
2 changes: 1 addition & 1 deletion docker/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ EXPOSE 3030
EXPOSE 3002
COPY --from=builder /usr/src/zksync/target/release/zksync_server /usr/bin
COPY contracts/artifacts/ /contracts/artifacts/
COPY etc/web3-api/ /etc/web3-api/
COPY etc/web3-abi/ /etc/web3-abi/
ENTRYPOINT ["zksync_server"]

0 comments on commit fb932ae

Please sign in to comment.