fix docker build to use user-local npm dir and not package.json
Some checks are pending
CodeQL / Analyze (python) (push) Waiting to run
Build Debian package / build (push) Waiting to run
Build Docker image / buildx (push) Waiting to run
Deploy static content to Pages / deploy (push) Waiting to run
Build Homebrew package / build (push) Waiting to run
Run linters / lint (push) Waiting to run
Build Pip package / build (push) Waiting to run
Run tests / python_tests (ubuntu-22.04, 3.11) (push) Waiting to run
Run tests / docker_tests (push) Waiting to run

This commit is contained in:
Nick Sweeting 2024-10-08 19:46:12 -07:00
parent f6446a141f
commit df544d00dc
No known key found for this signature in database
2 changed files with 19 additions and 12 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "archivebox"
version = "0.8.5rc20"
version = "0.8.5rc21"
requires-python = ">=3.10"
description = "Self-hosted internet archiving solution."
authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}]