|
|
|
|
|
by snapetom
1847 days ago
|
|
The majority of my work is actually in Python and Go on the backend. I do save/re-run less than when I'm doing front end, but docker builds are still a hassle. Flask will automatically reload on file changes, taking advantage of a docker volume. With Go, I'm doing go runs in development anyway up until deployment with go build. Maybe I'm doing things wrong, but docker volumes are essential in how I like to dev. |
|