Make the Docker installation easy

See: https://github.com/azerothcore/azerothcore-wotlk/wiki/Install-with-Docker
This commit is contained in:
Francesco Borzì
2019-01-16 20:44:02 +01:00
committed by GitHub
parent 7599624fdf
commit b578bce1d1
14 changed files with 131 additions and 27 deletions

3
bin/acore-docker-build Normal file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
docker build -t azerothcore/build -f docker/build/Dockerfile .

View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
cp docker/worldserver/etc/worldserver.conf.dockerdist docker/worldserver/etc/worldserver.conf
cp docker/authserver/etc/authserver.conf.dockerdist docker/authserver/etc/authserver.conf