Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
muon 2026-01-02 19:36:39 +00:00
commit 1366e18c1b

View file

@ -155,7 +155,9 @@ in
TimeoutSec = 300;
};
script = ''
cd /home/muon/projects/seedbox-lite/server
cd /tmp
git clone https://github.com/hotheadhacker/seedbox-lite.git
cd seedbox-lite/server
podman build -t compose2nix/seedbox-backend .
'';
};