Slight readme update

This commit is contained in:
Kikimanox
2022-12-06 21:57:22 +01:00
parent d3cedd47b5
commit 120c85a2a1
+7
View File
@@ -51,3 +51,10 @@ docker build -t swagger_server .
# starting up a container # starting up a container
docker run -p 8080:8080 swagger_server 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
```