Skip to content

Commit

Permalink
chore: fixing broken apps/input-descriptor-to-credential/Dockerfile (
Browse files Browse the repository at this point in the history
  • Loading branch information
artursudnik committed Oct 16, 2023
1 parent a11ae07 commit 14ea086
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/input-descriptor-to-credential/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ RUN apk add g++ make py3-pip

COPY common common
COPY rush.json .
COPY apps/vc-api/package.json apps/vc-api/package.json
COPY libraries/did/package.json libraries/did/package.json
COPY libraries/webkms/package.json libraries/webkms/package.json
COPY apps/input-descriptor-to-credential/package.json apps/input-descriptor-to-credential/package.json
COPY tests/e2e/package.json tests/e2e/package.json

RUN node common/scripts/install-run-rush.js install

Expand Down

0 comments on commit 14ea086

Please sign in to comment.