Allow embedded jetty to serve an external resources directory

This commit is contained in:
Claude Brisson
2024-04-13 13:54:46 +02:00
parent 3e6cac3eed
commit 4594c5cd44
5 changed files with 29 additions and 2 deletions

5
docker/README.md Normal file
View File

@@ -0,0 +1,5 @@
To run Pairgoth under docker:
- compile Pairgoth and copy `application/target/pairgoth-engine.jar` to `docker/data/app`
- copy `pairgoth.properties.example` to `docker/data/app/pairgoth.properties` and adapt it to your needs
- launch `./run.sh` from within the `docker` directory