This commit is contained in:
2025-11-09 12:07:11 +03:00
parent ac5f58832a
commit 65c2ebc1f2
10 changed files with 34 additions and 54 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 .
'';
};