Galzai / MK32

Keyboard firmware for ESP32 microcontrollers
676 stars 118 forks source link

Refactored dockerfile and development process #50

Closed Matra-Master closed 1 year ago

Matra-Master commented 1 year ago

I wanted to make more than one keyboard config at the same time and found several optimizations that could be done to the docker structure in order to facilitate that development case. I think I made every commit extensive in it's descriptions but this is a tldr:

My motto approaching this was "If I have to modify the README to explain something then I'm doing this wrongly"

Matra-Master commented 1 year ago

I forgot about building outside of containers! That's a good point. I should rewrite the Dockerfile a little more then. Thanks!