Skip to content

Commit

Permalink
chore: Update kc-app to use standard SDK (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
macterra authored Jul 30, 2024
1 parent 8f20aa0 commit f7516bc
Show file tree
Hide file tree
Showing 5 changed files with 580 additions and 44 deletions.
1 change: 1 addition & 0 deletions Dockerfile.keymaster
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN cd kc-app && npm ci

COPY src/kc-app/public ./kc-app/public/
COPY src/kc-app/src ./kc-app/src/
COPY src/keymaster-sdk.js src/kc-app/src
RUN cd kc-app && npm run build

# Copy app
Expand Down
1 change: 1 addition & 0 deletions rebuildKeymaster
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
set -e

cp src/keymaster-sdk.js src/kc-app/src
npm --prefix src/kc-app run build
node src/keymaster-api.js
Loading

0 comments on commit f7516bc

Please sign in to comment.