From 52f5e9af96f57b5f28e497e8c689376897bb55cb Mon Sep 17 00:00:00 2001 From: ajnart Date: Wed, 26 Jul 2023 13:16:37 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20Edit=20docker=20shortcuts=20insi?= =?UTF-8?q?de=20`package.json`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8f71d3a97..182c5840b 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "test:ui": "vitest --ui", "test:run": "vitest run", "test:coverage": "vitest run --coverage", - "docker:build": "docker build . -t homarr:dev", + "docker:build": "turbo build && docker build . -t homarr:dev", "docker:start": "docker run --env-file ./.env -p 7575:7575 homarr:dev " }, "dependencies": {