jackreichert / over-engineered-todo

building a todo app to keep my skills sharp
0 stars 1 forks source link

adds dockerfiles for consistent dev environment #58

Closed jackreichert closed 9 months ago

jackreichert commented 9 months ago

Resolves https://github.com/jackreichert/over-engineered-todo/issues/57

This creates docker files that run each piece of the server independently. Using docker-compose it mounts the working directory so that you don't have to rebuild the container with each change. docker-compose also adds, and wires up, dynamodb-local so that we'll be able to use it.