feat(docker): add cache for faster rebuild (#1507)

- Closes #1502
This commit is contained in:
Francesco Borzì
2019-02-23 17:34:56 +01:00
committed by GitHub
parent 53098cd1e0
commit e659ca5fe9
14 changed files with 64 additions and 21 deletions

View File

@@ -28,6 +28,7 @@ docker build -t azerothcore/authserver -f docker/authserver/Dockerfile docker/au
```
docker run --name ac-authserver \
--mount type=bind,source="$(pwd)"/docker/authserver/bin/,target=/azeroth-server/bin \
--mount type=bind,source="$(pwd)"/docker/authserver/etc/,target=/azeroth-server/etc \
--mount type=bind,source="$(pwd)"/docker/authserver/logs/,target=/azeroth-server/logs \
-p 127.0.0.1:3724:3724 \