This commit is contained in:
2026-01-15 20:42:50 +03:00
parent 5755610075
commit e20ffb4fca
14 changed files with 51 additions and 76 deletions
+2 -3
View File
@@ -64,9 +64,8 @@
TimeoutSec = 300;
};
script = ''
cd /mnt/containers/3x-ui
podman build -t compose2nix/3xui_app -f ./Dockerfile .
cd /mnt/containers/3x-ui
podman build -t compose2nix/3xui_app -f ./Dockerfile .
'';
};