opentibia / server

An open source server for the MMORPG Tibia.
GNU General Public License v2.0
414 stars 149 forks source link

Facilities for compilation and execution with docker #48

Closed oliverkra closed 9 years ago

oliverkra commented 9 years ago

:muscle:

iryont commented 9 years ago

Hello

Please combine all commits into one. You can use git rebase -i HEAD~3 to combine all 3 commits into one.

I will gladly merge the pull request. Also, aren't you missing Dockerfile?

oliverkra commented 9 years ago

Hi,

The Dockerfile can be found in these repositories:   - https://github.com/oliverkra/opentibia-compiler   - https://github.com/oliverkra/opentibia-run-test   - https://github.com/oliverkra/opentibia-base

It is not necessary Dockerfile this project because they were sent to Docker Hub (https://registry.hub.docker.com/repos/opentibia/), but I can create a single Dockerfile that compiles and runs the server if necessary.

Note: The commands placed in the README automatically download the images created.

What do you think?

iryont commented 9 years ago

That's good to hear. I have never used docker myself.

Can you at least merge those commits into one?