add lsof to debug install

This commit is contained in:
Simon
2025-02-02 15:36:25 +07:00
parent a7d11f53a8
commit c7fc2666fa
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ function sync_blackhole {
--exclude ".mypy_cache" \
. -e ssh "$host":tubearchivist
ssh "$host" 'docker build -t bbilly1/tubearchivist:unstable tubearchivist'
ssh "$host" 'docker build --build-arg INSTALL_DEBUG=1 -t bbilly1/tubearchivist:unstable tubearchivist'
ssh "$host" 'docker compose -f docker/docker-compose.yml up -d'
}