mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 22:26:22 +00:00
AzerothCore complete Docker solution
Check https://github.com/azerothcore/azerothcore-wotlk/tree/master/docker for all details.
This commit is contained in:
11
docker/authserver/Dockerfile
Normal file
11
docker/authserver/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM ubuntu:bionic
|
||||
|
||||
COPY --from=azerothcore/build:latest /azeroth-server /azeroth-server
|
||||
COPY authserver.conf.dist /azeroth-server/etc/authserver.conf
|
||||
COPY authserver.conf /azeroth-server/etc/authserver.conf
|
||||
|
||||
RUN apt update && apt install -y libmysqlclient-dev libssl-dev libace-6.* libace-dev; \
|
||||
rm /azeroth-server/etc/worldserver.conf.dist; \
|
||||
mkdir /azeroth-server/logs;
|
||||
|
||||
CMD ["/azeroth-server/bin/authserver"]
|
||||
Reference in New Issue
Block a user