feat(CI/Docker): build all containers in CI (#3289)

This commit is contained in:
Francesco Borzì
2020-08-15 23:33:57 +02:00
committed by GitHub
parent c2b40b126d
commit 95dff359be
2 changed files with 45 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ If you just want to install the whole AzerothCore quickly using Docker Compose,
To build the container image you have to be in the **main** folder of your local AzerothCore sources directory.
```
docker build -t azerothcore/authserver -f docker/authserver/Dockerfile docker/authserver/
docker build -t azerothcore/authserver -f docker/authserver/Dockerfile docker/authserver
```
*For more information about the `docker build` command, check the [docker build doc](https://docs.docker.com/engine/reference/commandline/build/).*