mirror of
https://github.com/MAGICGrants/autoforward-autoconvert.git
synced 2026-01-09 13:37:54 -05:00
5 lines
139 B
Docker
5 lines
139 B
Docker
FROM ghcr.io/sethforprivacy/simple-monero-wallet-rpc:latest
|
|
|
|
COPY docker-entrypoint.sh /usr/local/bin/
|
|
|
|
ENTRYPOINT ["docker-entrypoint.sh"] |