AGuyNamedJens / FactorioChatBot

Two-Directional chat bot connecting Discord and Factorio chats together, written in nodejs.
MIT License
13 stars 9 forks source link

Improvements and instructions on how to build Docker container #7

Open Mattie112 opened 2 years ago

Mattie112 commented 2 years ago

Added instructions on how to build the Docker container and added support for both a local config file and a config file from a docker volume.

AGuyNamedJens commented 2 years ago

Where is the new config function useful for? I don't actually understand the reason behind it, can't we just bind the config and make it sync with the docker container?

Mattie112 commented 2 years ago

Yes you are right, no need for that, removed it! (But left the nice check in place)

AGuyNamedJens commented 2 years ago

Alright cool