2024-09-02 23:13:47 -04:00
|
|
|
FROM geti2p/i2p
|
2024-09-05 17:39:30 -04:00
|
|
|
COPY --chown=root:root router.config /i2p/.i2p
|
|
|
|
COPY --chown=root:root webapps.config /i2p/.i2p
|
|
|
|
COPY --chown=root:root clients.config /i2p/.i2p
|
2024-09-02 23:13:47 -04:00
|
|
|
ENTRYPOINT ["/startapp.sh"]
|