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

@@ -2,6 +2,4 @@ FROM ubuntu:bionic
RUN apt update && apt install -y libmysqlclient-dev libssl-dev libace-6.* libace-dev libreadline-dev;
COPY --from=azerothcore/build:latest /azeroth-server/bin /azeroth-server/bin
CMD ["/azeroth-server/bin/worldserver"]