chore(Docker): add comments to explain the building steps (#1638)

This commit is contained in:
Francesco Borzì
2019-03-28 05:26:36 +01:00
committed by Nefertumm
parent 6ccab63e7d
commit c638ae859a
4 changed files with 18 additions and 0 deletions

View File

@@ -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"]