From efa8f1f5faa8a29837f7f5e82a58594ce7224be5 Mon Sep 17 00:00:00 2001 From: Alejandro Rosales Date: Tue, 6 Jan 2026 21:39:24 +0000 Subject: [PATCH] Actualizar nixpacks.toml --- nixpacks.toml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/nixpacks.toml b/nixpacks.toml index 2d7111d..f81e9e2 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -2,10 +2,4 @@ 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;'" -] \ No newline at end of file +cmds = ["bunx vite build"] \ No newline at end of file