Package v0.2.12→v0.2.124: manifest, actions, version graph
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user