mirror of
https://codeberg.org/muon/home.git
synced 2026-03-08 03:25:16 +00:00
Fix backend build
This commit is contained in:
parent
08344a4843
commit
f5998e5f98
1 changed files with 3 additions and 1 deletions
|
|
@ -155,7 +155,9 @@ in
|
||||||
TimeoutSec = 300;
|
TimeoutSec = 300;
|
||||||
};
|
};
|
||||||
script = ''
|
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 .
|
podman build -t compose2nix/seedbox-backend .
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue