We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa0257 commit 6e7ff85Copy full SHA for 6e7ff85
package.json
@@ -8,8 +8,8 @@
8
"dist"
9
],
10
"scripts": {
11
- "build": "tsc && docker build --load -t bref/local-api-gateway .",
12
- "docker-publish": "npm run build && docker build --push --platform linux/amd64,linux/arm64 -t bref/local-api-gateway .",
+ "build": "tsc && docker buildx build --load -t bref/local-api-gateway .",
+ "docker-publish": "npm run build && docker buildx build --push --platform linux/amd64,linux/arm64 -t bref/local-api-gateway .",
13
"lint": "eslint .",
14
"test": "vitest"
15
},
0 commit comments