We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c2bb7 commit eb14e4eCopy full SHA for eb14e4e
package.json
@@ -14,7 +14,7 @@
14
"test-coverage": "vitest --coverage",
15
"start": "vite",
16
"docs": "jsdoc --configure .jsdoc.json",
17
- "pull": "docker pull ghcr.io/financier-io/financier",
+ "pull": "docker pull --platform=linux/amd64 ghcr.io/financier-io/financier",
18
"push": "docker push ghcr.io/financier-io/financier:production",
19
"tag:prod": "docker tag ghcr.io/financier-io/financier:latest ghcr.io/financier-io/financier:production",
20
"prod": "pnpm pull && pnpm tag:prod && pnpm push"
0 commit comments