StanleySathler / fastify-typescript-starter

Starter for REST APIs using Fastify, TypeScript, Jest, Docker and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup volumes for Docker Compose so that any changes made automatically applies

StanleySathler opened this issue · comments

It's painful to rebuild your images everytime you make a change. Volumes should help development by automatically applying the changes to the container.