server.Dockerfile.mustache Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of web3j-openapi-codegen Show documentation
Show all versions of web3j-openapi-codegen Show documentation
web3j-openapi project code generators
# To build a Dockerized version execute: `docker build -t .`
FROM adoptopenjdk/openjdk11
RUN mkdir /opt/app
COPY . /opt/app
WORKDIR /opt/app
RUN curl -L get.epirus.io | sh
ENTRYPOINT ["/root/.epirus/epirus", "run", "rinkeby"]