Alright!
Build and Deploy / deploy (push) Successful in 1h53m42s

This commit is contained in:
2026-06-07 01:06:06 +03:00
parent aa9a9c75f8
commit 864962a160
3 changed files with 6 additions and 29 deletions
+1 -1
View File
@@ -62,7 +62,7 @@
text = ''
fuser -k 8080/tcp 2>/dev/null || true
echo "Serving site at http://localhost:8080"
python -m http.server --bind 0.0.0.0 8080 -d ${site}
exec python -m http.server --bind 0.0.0.0 8080 -d ${site}
'';
};