This commit is contained in:
2025-10-08 21:30:48 +03:00
parent 99b35f6045
commit 48bd82b30f
6 changed files with 27 additions and 37 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 .
'';
};