mirror of
https://github.com/tiennm99/store-scraper-api.git
synced 2026-09-02 18:20:11 +00:00
chore: migrate from npm to pnpm
This commit is contained in:
+3
-2
@@ -1,6 +1,7 @@
|
||||
FROM node:22-alpine
|
||||
RUN corepack enable && corepack prepare pnpm@11.1.1 --activate
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
COPY package.json pnpm-lock.yaml ./
|
||||
RUN pnpm install --frozen-lockfile
|
||||
COPY . .
|
||||
CMD ["node", "server.js"]
|
||||
|
||||
Generated
-2354
File diff suppressed because it is too large
Load Diff
@@ -2,6 +2,7 @@
|
||||
"name": "store-scraper",
|
||||
"type": "module",
|
||||
"version": "1.0.0",
|
||||
"packageManager": "pnpm@11.1.1",
|
||||
"description": "Host [google-play-scraper](https://github.com/facundoolano/google-play-scraper) and [app-store-scraper](https://github.com/facundoolano/app-store-scraper)",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Generated
+1534
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user