fix index.js paths
ci / build (push) Failing after 7s Details

This commit is contained in:
Chris Grimmett 2024-04-25 00:05:05 +00:00
parent 991061a7c8
commit d8ca369353
2 changed files with 4 additions and 3 deletions

View File

@ -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"]

View File

@ -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"
}
}
}