chore(Docker): add comments to explain the building steps (#1638)
This commit is contained in:
parent
6ccab63e7d
commit
c638ae859a
4 changed files with 18 additions and 0 deletions
|
|
@ -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 libreadline-dev;
|
||||
|
||||
# run the worldserver located in the directory "docker/worldserver/bin" of the host machine
|
||||
CMD ["/azeroth-server/bin/worldserver"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue