Skip to content

Commit

Permalink
Smaller dep update
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeseast committed Nov 7, 2024
1 parent 8d4e683 commit 972c354
Show file tree
Hide file tree
Showing 6 changed files with 1,192 additions and 545 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
install:
npm ci
docker volume create nodemodules && docker compose -f local.builder.yml run --rm install

npmlist:
Expand Down
5 changes: 4 additions & 1 deletion local.builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ services:
service: base
command: npm ci && npm audit fix
environment:
- NODE_ENV=development
DOCKER: true
NODE_TLS_REJECT_UNAUTHORIZED: 0 # todo: solve local certificate chain issues
NODE_ENV: development
PUPPETEER_SKIP_DOWNLOAD: true

npmlist:
extends:
Expand Down
1 change: 1 addition & 0 deletions local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ services:
DOCKER: true
NODE_TLS_REJECT_UNAUTHORIZED: 0 # todo: solve local certificate chain issues
NODE_ENV: development
PUPPETEER_SKIP_DOWNLOAD: true

documentcloud_frontend_app:
image: node:20
Expand Down
Loading

0 comments on commit 972c354

Please sign in to comment.