mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-11 11:30:15 +00:00
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 .