From 936c536cc0c7bb975417829024366a14dbd2de47 Mon Sep 17 00:00:00 2001 From: Hannes Kuchelmeister Date: Tue, 7 Jun 2022 12:56:21 +0200 Subject: [PATCH] add docker-compose build instructions for readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fce5b18..a5e4d7f 100644 --- a/README.md +++ b/README.md @@ -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.