3 lines
82 B
Docker
3 lines
82 B
Docker
FROM geti2p/i2p
|
|
COPY --chown=root:root router.config /
|
|
ENTRYPOINT ["/startapp.sh"] |