essej / aooserver

AoO console server
76 stars 26 forks source link

Docker support #2

Closed reesericci closed 9 months ago

reesericci commented 3 years ago

I built a dockerfile so this can be used in container environments. This is in direct response to issue #1.

-reese

reesericci commented 3 years ago

@essej @sonosaurus

topjor commented 2 years ago

I would suggest you separate the build process (including deps) into a different (named) image then copy it over to the final image.

reesericci commented 2 years ago

Feel free to do that - I haven't worked on this in a long time.

davemenkehorst commented 11 months ago

I cannot find the docker file in the github image. How can i use the server with docker?

luzpaz commented 10 months ago

Any progress here ?

topjor commented 10 months ago

Any progress here ?

I opened a new PR with my feedback implemented and updated the base image. You can just download the Dockerfile from the PR, build the container and use it if you want
check the readme additions for instructions. tough it is nothing special.

reesericci commented 9 months ago

Closing this in favor of #10