Skip to content

Commit

Permalink
fix(Dockerfile): copy license-header-txt
Browse files Browse the repository at this point in the history
Signed-off-by: jrhender <[email protected]>
  • Loading branch information
jrhender committed Feb 6, 2025
1 parent a494cfc commit 10086a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/vc-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ FROM base as builder

COPY common common
COPY rush.json .
COPY license-header.txt .
COPY apps/vc-api/package.json apps/vc-api/package.json
COPY tests/e2e/package.json tests/e2e/package.json
COPY libraries/did/package.json libraries/did/package.json
Expand Down

0 comments on commit 10086a6

Please sign in to comment.