From 6546225e4f7362e866611bbd55dc0fcc651d3f99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0=D0=B9=20=D0=92=D0=B8?= =?UTF-8?q?=D0=B3=D0=B4=D0=BE=D1=80=D0=BE=D0=B2?= Date: Thu, 6 Mar 2025 22:10:47 +0300 Subject: [PATCH] script update --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd20223..a333ceb 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "start:debug": "nest start --debug --watch", "start:prod": "node dist/main", "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix", - "_example_imageBuild": "docker buildx build --platform linux/amd64 -t vigdorov/simple-storage:0.0.1-amd64", + "_example_imageBuild": "docker buildx build --platform linux/amd64 -t vigdorov/simple-storage:0.0.1-amd64 .", "_example_imagePush": "docker push vigdorov/simple-storage:0.0.1-amd64", "test": "jest", "test:watch": "jest --watch",