fix index.js paths
ci / build (push) Failing after 7s
Details
ci / build (push) Failing after 7s
Details
This commit is contained in:
parent
991061a7c8
commit
d8ca369353
|
@ -8,6 +8,7 @@ WORKDIR /app
|
|||
COPY ./packages/link2cid/package.json /app
|
||||
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --prod
|
||||
COPY ./packages/link2cid/index.js /app
|
||||
COPY ./packages/link2cid/src /app/src
|
||||
ENTRYPOINT ["pnpm"]
|
||||
CMD ["start"]
|
||||
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
"engines": {
|
||||
"node": ">=20.0.0"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"keywords": ["IPFS", "CID", "HTTP", "REST"],
|
||||
"author": "@CJ_Clippy",
|
||||
"license": "Unlicense",
|
||||
"dependencies": {
|
||||
"@paralleldrive/cuid2": "^2.2.2",
|
||||
|
@ -28,4 +28,4 @@
|
|||
"nodemon": "^3.0.3",
|
||||
"supertest": "^6.3.4"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue