mirror of
https://github.com/logos-storage/logos-storage-DAppNodePackage.git
synced 2026-01-02 21:33:09 +00:00
6 lines
134 B
Docker
6 lines
134 B
Docker
|
|
ARG UPSTREAM_VERSION_CODEX_NODE
|
||
|
|
|
||
|
|
FROM codexstorage/nim-codex:${UPSTREAM_VERSION_CODEX_NODE}
|
||
|
|
|
||
|
|
COPY --chmod=0755 docker-entrypoint.sh /
|