Block a user
web3-compiler-yywi1r (latest)
Published 2026-03-23 10:37:57 +00:00 by duanth94
Installation
docker pull tea.impetus.network/duanth94/web3-compiler-yywi1r:latestsha256:a7de7ba75422a9fc169ff8ab1eeed63446ba4200ad70b78df4fdab66d8b20d47Image Layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1773619200' |
| RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /app/target/release/token-factory-compiler /usr/local/bin/compiler # buildkit |
| COPY /deps/node_modules /opt/contracts/node_modules # buildkit |
| ENV PORT=3001 |
| ENV RUST_LOG=info |
| ENV OZ_PATH=/opt/contracts/node_modules |
| EXPOSE map[3001/tcp:{}] |
| CMD ["compiler"] |