serai/orchestration/coins/monero-wallet-rpc/Dockerfile.monero-wallet-rpc.end

11 lines
285 B
Text
Raw Normal View History

# Switch to a non-root user
# System user (not a human), shell of nologin, no password assigned
RUN useradd --system --create-home --shell /sbin/nologin monero
USER monero
WORKDIR /home/monero
COPY --from=monero --chown=monero monero-wallet-rpc /bin
ADD scripts /scripts
EXPOSE 6061