You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
139 B
Docker

FROM lalanza808/wownero:v0.11.3.0
RUN apt update && apt install curl -y
WORKDIR /wallet
EXPOSE 34568
COPY run_wallet.sh /run_wallet.sh