From 9080d7a27741670a9dc08246b80e276b7e851bca Mon Sep 17 00:00:00 2001 From: Alejandro Rosales Date: Tue, 6 Jan 2026 21:38:14 +0000 Subject: [PATCH] Actualizar nixpacks.toml --- nixpacks.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/nixpacks.toml b/nixpacks.toml index 26e55b1..2d7111d 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -6,7 +6,6 @@ cmds = ["bunx vite build"] [phases.start] cmds = [ - "cp -r dist/* /usr/share/nginx/html", "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