From 49f9fa0f1bfd68d5ac89ac67e0a38cff5b4ffb13 Mon Sep 17 00:00:00 2001 From: ajnart Date: Wed, 26 Jul 2023 13:03:08 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20Add=20docker=20shortcuts=20insid?= =?UTF-8?q?e=20`package.json`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 49f0b7b82..8f71d3a97 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,9 @@ "test": "vitest", "test:ui": "vitest --ui", "test:run": "vitest run", - "test:coverage": "vitest run --coverage" + "test:coverage": "vitest run --coverage", + "docker:build": "docker build . -t homarr:dev", + "docker:start": "docker run --env-file ./.env -p 7575:7575 homarr:dev " }, "dependencies": { "@ctrl/deluge": "^4.1.0", @@ -155,7 +157,9 @@ "^[./]" ], "importOrderSeparation": true, - "plugins": ["@trivago/prettier-plugin-sort-imports"], + "plugins": [ + "@trivago/prettier-plugin-sort-imports" + ], "importOrderSortSpecifiers": true }, "eslintConfig": { @@ -217,4 +221,4 @@ ] } } -} +} \ No newline at end of file