mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
- ability to reload configuration files without building again the images - faster images building - corrected a mistake - logs are saved to the main host
8 lines
241 B
Docker
8 lines
241 B
Docker
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"]
|