Skip to content

Commit

Permalink
fix: add copilot-angular package to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
meta-d committed Sep 28, 2024
1 parent 899b514 commit bcb19b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .deploy/webapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ RUN chmod +x /wait /entrypoint.compose.sh /entrypoint.prod.sh && dos2unix /entry
WORKDIR /srv/pangolin

COPY --chown=node:node packages/contracts/package.json ./packages/contracts/
COPY --chown=node:node packages/copilot-angular/package.json ./packages/copilot-angular/

RUN yarn config set network-timeout 300000

Expand Down
2 changes: 1 addition & 1 deletion packages/xmla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"peerDependencies": {
"@metad/ocap-core": "^2.4.1",
"@metad/ocap-core": "^2.7.0",
"xmldom": "^0.6.0"
}
}

0 comments on commit bcb19b3

Please sign in to comment.