1 Star 0 Fork 0

Hyperledger/aries-framework-javascript

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
Dockerfile 228 Bytes
Copy Edit Raw Blame History
Timo Glastra authored 2024-06-21 00:44 +08:00 . chore: changesets and pnpm (#1901)
FROM node:22
# Set working directory
WORKDIR /www
# Copy repository files
COPY . .
RUN corepack enable
# Run pnpm install and build
RUN pnpm install --frozen-lockfile \
&& pnpm build
entrypoint ["pnpm", "run-mediator"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hyperledger/aries-framework-javascript.git
git@gitee.com:hyperledger/aries-framework-javascript.git
hyperledger
aries-framework-javascript
aries-framework-javascript
main

Search