Package v0.2.12→v0.2.124: manifest, actions, version graph

This commit is contained in:
Keysat
2026-06-13 13:36:30 -05:00
parent 318c6c4b81
commit 1243f4414c
126 changed files with 2052 additions and 441 deletions
+5
View File
@@ -60,6 +60,11 @@ COPY server/*.js ./server/
COPY server/backends/ ./server/backends/
COPY server/routes/ ./server/routes/
COPY public/ ./public/
# Issuer public key for offline license verification. Without this
# assets/ COPY, keysat-client.js can't load the PEM at runtime and
# falls back to "all licenses are anonymous" — which silently degrades
# every paid tier to Core. Same file Recap-app ships at assets/issuer.pub.
COPY assets/ ./assets/
COPY docker_entrypoint.sh /usr/local/bin/docker_entrypoint.sh
RUN chmod +x /usr/local/bin/docker_entrypoint.sh