Skip to content

Commit

Permalink
feat: update crawler v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-amadio-acn committed Oct 29, 2024
1 parent 0ffeab0 commit 5737c2d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ COPY . /usr/src/app/
RUN touch /usr/src/app/.env

RUN npm install
RUN npx puppeteer browsers install chrome@116.0.5845.96
RUN npx puppeteer browsers install chrome
RUN cd node_modules/geoip-lite && npm run-script updatedb license_key=${GEOIP_LICENSE}

RUN npm run build
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crawler-handler",
"version": "3.0.12",
"version": "3.0.13",
"description": "Handler per il validatore di comuni e scuole",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -42,7 +42,7 @@
"mysql2": "^2.3.3",
"nodemon": "^2.0.16",
"npm-run-all": "^4.1.5",
"pa-website-validator-ng": "github:italia/pa-website-validator-ng#v0.1.4",
"pa-website-validator-ng": "github:italia/pa-website-validator-ng#v1.0.2",
"pg": "^8.7.3",
"ps-list": "^8.1.1",
"redis": "^4.1.0",
Expand Down

0 comments on commit 5737c2d

Please sign in to comment.