add docker-compose build instructions for readme

This commit is contained in:
2022-06-07 12:56:21 +02:00
parent 4a8f9c1ab8
commit 936c536cc0

View File

@@ -19,6 +19,8 @@ Additionally, each semester this needed to be done as well. I therefore created
The easiest way to build this repository is to use docker. You can simply run `docker build -t ics-proxy .`
Alternatively you can build and run a local dev version with `docker-compose -f docker-compose.dev.yml up`.
## Deployment
To deploy you can simply use the `docker-compose.yml` file.