Actualizar nixpacks.toml

This commit is contained in:
2026-01-06 21:39:24 +00:00
parent 9080d7a277
commit efa8f1f5fa

View File

@@ -3,9 +3,3 @@ cmds = ["bun install --frozen-lockfile"]
[phases.build]
cmds = ["bunx vite build"]
[phases.start]
cmds = [
"cat <<'EOF' > /etc/nginx/conf.d/default.conf\nserver {\n listen 80;\n server_name _;\n\n root /usr/share/nginx/html;\n index index.html;\n\n location / {\n try_files $uri $uri/ /index.html;\n }\n}\nEOF",
"nginx -g 'daemon off;'"
]