From 120c85a2a107979eaa1db3127ab5f7ae540a1312 Mon Sep 17 00:00:00 2001 From: Kikimanox Date: Tue, 6 Dec 2022 21:57:22 +0100 Subject: [PATCH] Slight readme update --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ef97666..0f86ff0 100644 --- a/README.md +++ b/README.md @@ -50,4 +50,11 @@ docker build -t swagger_server . # starting up a container docker run -p 8080:8080 swagger_server +``` + +## Running with docker, including the included ATEapi +```bash +docker-compose up -d --build +# or, if the top one doesn't work. +DOCKER_BUILDKIT=1 COMPOSE_DOCKER_CLI_BUILD=1 docker-compose up -d --build ``` \ No newline at end of file