puppeteer
This commit is contained in:
@@ -22,7 +22,6 @@ WORKDIR /app
|
||||
COPY --from=deps /app/node_modules ./node_modules
|
||||
COPY --from=build /app/dist ./dist
|
||||
COPY package*.json ./
|
||||
RUN npm install puppeteer-core
|
||||
|
||||
EXPOSE 4000
|
||||
CMD ["node", "dist/src/main"]
|
||||
1
api/package-lock.json
generated
1
api/package-lock.json
generated
@@ -26,6 +26,7 @@
|
||||
"class-validator": "0.14.1",
|
||||
"mysql2": "3.18.2",
|
||||
"puppeteer": "^24.39.0",
|
||||
"puppeteer-core": "^24.39.0",
|
||||
"reflect-metadata": "^0.2.2",
|
||||
"rxjs": "7.8.2",
|
||||
"typeorm": "0.3.28"
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
"class-validator": "0.14.1",
|
||||
"mysql2": "3.18.2",
|
||||
"puppeteer": "^24.39.0",
|
||||
"puppeteer-core": "^24.39.0",
|
||||
"reflect-metadata": "^0.2.2",
|
||||
"rxjs": "7.8.2",
|
||||
"typeorm": "0.3.28"
|
||||
|
||||
Reference in New Issue
Block a user