Fantom-foundation / Norma

Integration project of Carmen and Tosca
GNU Lesser General Public License v3.0
2 stars 9 forks source link

Add downloading of dependency as an extra docker build step #286

Closed HerbertJordan closed 1 week ago

HerbertJordan commented 1 week ago

This change can save minutes of build time in the development loop since dependencies are downloaded only once and then cached by docker as long as the go.mod files do not change.