Skip to content

Commit

Permalink
chore: add patches to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Mar 20, 2023
1 parent 440c215 commit bfc1243
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ WORKDIR /app
# Install pnpm
RUN npm i -g pnpm@7.25.1

# Copy patches
COPY ./patches ./patches

# Copy root package.json + pnpm-lock.yaml + pnpm-workspace.yaml
COPY pnpm-lock.yaml package.json pnpm-workspace.yaml ./

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"build": "pnpm nx affected --target=build --exclude @blockchain-lab-um/website",
"build:all": "pnpm nx run-many --target=build --all",
"build:connector": "pnpm nx build @blockchain-lab-um/ssi-snap-connector",
"build:docker": "pnpm nx run-many --target=build --projects=@blockchain-lab-um/ssi-snap-docs,@blockchain-lab-um/website && pnpm nx run @blockchain-lab-um/dapp:build:docker",
"build:docker": "pnpm nx run-many --target=build --projects=@blockchain-lab-um/ssi-snap-docs && pnpm nx run @blockchain-lab-um/dapp:build:docker",
"build:docs": "pnpm nx build @blockchain-lab-um/ssi-snap-docs",
"build:vcmanager": "pnpm nx build @blockchain-lab-um/veramo-vc-manager",
"deploy:docs": "pnpm nx deploy @blockchain-lab-um/ssi-snap-docs",
Expand Down

0 comments on commit bfc1243

Please sign in to comment.