|
|
|
|
|
by rudasn
367 days ago
|
|
Build the image on the deployment server? Why not build somewhere else once and save time during deployments? I'm most familiar with on-prem deployments and quickly realised that it's much faster to build once, push to registry (eg github) and docker compose pull during deployments. |
|