1
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
[variables]
|
||||
NODE_ENV = "production"
|
||||
NEXT_PUBLIC_API_URL = ""
|
||||
PYTHONUNBUFFERED = "1"
|
||||
|
||||
[phases.setup]
|
||||
nixPkgs = ["python312", "nodejs_22", "ffmpeg"]
|
||||
|
||||
[phases.install]
|
||||
cmds = [
|
||||
"pip install --no-cache-dir -r requirements.txt",
|
||||
"cd frontend && npm ci"
|
||||
]
|
||||
|
||||
[phases.build]
|
||||
cmds = ["cd frontend && npm run build"]
|
||||
|
||||
[start]
|
||||
cmd = "bash scripts/start-coolify.sh"
|
||||
Reference in New Issue
Block a user