re-order dockerfile blocks

This commit is contained in:
Nick Sweeting
2024-12-18 01:10:39 -08:00
parent 098573705b
commit 47a7cabc68
2 changed files with 73 additions and 51 deletions

View File

@@ -226,8 +226,7 @@ members = ["archivebox/pkgs/*"]
exclude = ["archivebox/pkgs/__pycache__"]
[tool.uv.pip]
all-extras = true
python-version = "3.10"
python-version = "3.11"
# compile-bytecode = true
[build-system]