diff --git a/package.json b/package.json index 1de8b555..a516a046 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "registry-and-publish": "sleep 3 && make publish-connectors & npx nx local-registry", "ngrok": "ngrok http --domain=fairly-winning-chamois.ngrok-free.app 3001", "stripe": "stripe listen --forward-to localhost:3001/api/v1/stripe/webhook", - "docker-base-linux": "docker build . -t registry.digitalocean.com/linkerry/base:latest --platform=linux/amd64", + "docker-base-linux": "docker build . --cache-from registry.digitalocean.com/linkerry/base:latest -t registry.digitalocean.com/linkerry/base:latest --platform=linux/amd64", "docker-base": "docker build . -t registry.digitalocean.com/linkerry/base:latest", "docker-api": "docker compose -f ./apps/api-gateway/docker-compose.local.yml up -d", "docker-web": "docker compose -f ./apps/web/docker-compose.local.yml up -d"