kengz / aiva

AIVA (A.I. Virtual Assistant): General-purpose virtual assistant for developers.
http://kengz.me/aiva/
MIT License
824 stars 597 forks source link

Dockerfile needs updating to use mysql #51

Open sonal-b opened 6 years ago

sonal-b commented 6 years ago

I'm trying to get AIVA running on a Docker instance on my Windows machine (I know, I know). npm start is giving me a SequelizeConnection error. It looks like the Dockerfile is setup with postgres in mind, but the AIVA config has been updated to use mysql.