Fix backend build

This commit is contained in:
muon 2026-01-02 19:36:02 +00:00
parent 08344a4843
commit f5998e5f98

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 .
'';
};