netlify / gotrue

An SWT based API for managing users and issuing SWT tokens.
https://www.gotrueapi.org
MIT License
3.82k stars 283 forks source link

Makes docker build faster. #267

Closed hydroid7 closed 3 years ago

hydroid7 commented 3 years ago

The new dockerfile first pulls the dependecies and in the next step builds the binary.

- Summary Minor change to the docker builder stage. It was painful to download all deps on a small code change.

- Test plan n. a.

- Description for the changelog Faster Docker builds.

- A picture of a cute animal (not mandatory but encouraged)

mraerino commented 3 years ago

can you rebase to get CI green?