fix docker build to use user-local npm dir and not package.json

This commit is contained in:
Nick Sweeting
2024-10-08 19:46:12 -07:00
parent f6446a141f
commit df544d00dc
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"}]