mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
Check https://github.com/azerothcore/azerothcore-wotlk/tree/master/docker for all details.
AzerothCore Dockerized Build
The AzerothCore Build Dockerfile is not meant to create containers, it is a stage that both the authserver and the worldserver docker images will use.
Note: every time you update your AzerothCore sources, you must build again this image and the authserver & worldserver images to get the new version on your docker containers.
For more information about Docker multi-stage builds, refer to the docker multi-stage builds doc.
Usage
To build the container image you have to be in the main folder of your local AzerothCore sources directory.
docker build -t azerothcore/build -f docker/build/Dockerfile .