Skip to content

Commit

Permalink
ci(docker): ad --cache-from flag
Browse files Browse the repository at this point in the history
  • Loading branch information
anteqkois committed May 19, 2024
1 parent d6cbc80 commit dbbad2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dbbad2b

Please sign in to comment.