mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
chore(Docker): add comments to explain the building steps (#1638)
This commit is contained in:
committed by
Nefertumm
parent
6ccab63e7d
commit
c638ae859a
@@ -1,5 +1,7 @@
|
||||
FROM ubuntu:bionic
|
||||
|
||||
# install the required dependencies to run the authserver
|
||||
RUN apt update && apt install -y libmysqlclient-dev libssl-dev libace-6.* libace-dev;
|
||||
|
||||
# run the authserver located in the directory "docker/authserver/bin" of the host machine
|
||||
CMD ["/azeroth-server/bin/authserver"]
|
||||
|
||||
Reference in New Issue
Block a user