I faced two main issues while trying to run this project locally using docker compose during a workshop. The two issues where:
goof would fail to start complaining about not being able to connect to mysql at localhost
- I wasn't able to create a new todo, it would fail with the following error:
TypeError: Busboy is not a constructor
- I have modified the
Dockerfile not to run npm update anymore.
I have opened this #1254 to fix both.
I faced two main issues while trying to run this project locally using docker compose during a workshop. The two issues where:
goofwould fail to start complaining about not being able to connect to mysql at localhostTypeError: Busboy is not a constructorDockerfilenot to runnpm updateanymore.I have opened this #1254 to fix both.