All Downloads are FREE. Search and download functionalities are using the official Maven repository.

server.Dockerfile.mustache Maven / Gradle / Ivy

There is a newer version: 4.8.4
Show newest version
# 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"]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy