Files
web_server/quartz/entrypoint.sh
Adam French 01adee7941
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 9s
Revert quartz changes
2026-04-06 13:58:57 +01:00

9 lines
173 B
Bash

#!/bin/sh
set -e
envsubst '${DOMAIN}' \
</quartz/quartz.config.ts.template \
>/quartz/quartz.config.ts
exec npx quartz build --serve --port "${QUARTZ_PORT:-8080}"