Coffee_Windsurf/nixpacks.toml

12 lines
321 B
TOML

# Nixpacks configuration for Coolify static site deployment
# Simple configuration for serving static files
[variables]
# Configure for static site
NIXPACKS_BUILD_CMD = "echo 'Static site - no build needed'"
NIXPACKS_START_CMD = "echo 'Static site ready'"
[staticAssets]
# Serve all files from root directory
"/" = "."