elanthia-online / norn.rb

a modern replacement for lich.rb
MIT License
2 stars 3 forks source link

provide a docker image #15

Closed ondreian closed 6 years ago

ondreian commented 7 years ago

something that allows you to do:

docker run -d \
-p 8383:4000 \
--name <Char> \
-e PASSWORD=<pass> \
-e ACCOUNT=<account> \
ondreian/norn

would be ideal

ondreian commented 6 years ago

closed in #17