1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-16 18:23:16 +00:00

Include Saxon dependencies in runtime

This commit is contained in:
2025-07-01 18:48:02 +02:00
parent 3914a24f6c
commit c9a5982ba4
4 changed files with 15 additions and 10 deletions
+3
View File
@@ -49,6 +49,8 @@ docker build -t xslt-playground-backend backend
```
By default it listens on port `8000` as configured in `backend/app.config`.
The same file sets `saxon_classpath` so the Java process can load Saxon and
its dependencies from `/opt/saxon/*`.
### Environment
@@ -58,6 +60,7 @@ authentication. Provide these via environment variables:
```bash
export DATABASE_URL="postgres://user:pass@localhost/dbname"
export GOOGLE_APPLICATION_CREDENTIALS=/path/to/serviceAccount.json
export SAXON_CLASSPATH=/opt/saxon/*
```
The Firebase project ID is read from the credentials file.