Compare commits

..

2 Commits

Author SHA1 Message Date
Flatlogic Bot
d909e02470 deploy4 2026-01-30 17:33:28 +00:00
Flatlogic Bot
66fc23962f Fix WeasyPrint dependencies in Nixpacks config 2026-01-30 17:32:10 +00:00
2 changed files with 3 additions and 26 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 KiB

View File

@ -1,31 +1,8 @@
[phases.setup] [phases.setup]
nixPkgs = [ nixPkgs = ["python311", "cairo", "pango", "gdk-pixbuf", "glib", "shared-mime-info"]
"python311",
"cairo",
"pango",
"gdk-pixbuf",
"glib",
"harfbuzz",
"libjpeg",
"openjpeg",
"libxcb",
"bash",
"gcc"
]
[phases.install] [phases.install]
cmds = [ cmds = ["python -m venv .venv", ". .venv/bin/activate", "pip install -r requirements.txt"]
"python -m venv .venv",
". .venv/bin/activate",
"pip install --upgrade pip",
"pip install -r requirements.txt"
]
[phases.build]
cmds = [
". .venv/bin/activate",
"python manage.py collectstatic --noinput"
]
[start] [start]
cmd = ". .venv/bin/activate && gunicorn config.wsgi:application --bind 0.0.0.0:8000" cmd = ". .venv/bin/activate && sh entrypoint.sh"