feat(docker): include pip_rns_remotes.py script in Dockerfile

This commit is contained in:
Ivan 2026-07-12 18:29:01 -05:00
parent 41c4d27dbc
commit 00f69fe3cb
No known key found for this signature in database

View file

@ -20,6 +20,7 @@ COPY scripts/fetch-micron-wasm.mjs scripts/fetch-micron-wasm.mjs
COPY scripts/micron-wasm-resolve-bundled.mjs scripts/micron-wasm-resolve-bundled.mjs
COPY scripts/micron-parser-go-version.mjs scripts/micron-parser-go-version.mjs
COPY scripts/sync-meshchatx-docs.js scripts/sync-meshchatx-docs.js
COPY scripts/pip_rns_remotes.py scripts/pip_rns_remotes.py
COPY scripts/build/fetch_reticulum_manual.py scripts/build/fetch_reticulum_manual.py
COPY docs ./docs
COPY meshchatx/src/frontend ./meshchatx/src/frontend