config.py lint fixes

This commit is contained in:
Nick Sweeting 2023-05-04 01:43:34 -07:00
parent 0b950b3253
commit f0033f75d0
3 changed files with 5 additions and 4 deletions

View file

@ -74,6 +74,7 @@ echo "[+] Generating requirements.txt and pdm.lock from pyproject.toml..."
pdm lock --group=':all' --strategy="cross_platform" --production
pdm export --group=':all' --production --without-hashes -o requirements.txt
echo "[+] Building archivebox:$VERSION docker image..."
# docker builder prune
# docker build . --no-cache -t archivebox-dev \