🐳 Edit docker shortcuts inside package.json

This commit is contained in:
ajnart
2023-07-26 13:16:37 +09:00
parent 49f9fa0f1b
commit 52f5e9af96

View File

@@ -22,7 +22,7 @@
"test:ui": "vitest --ui", "test:ui": "vitest --ui",
"test:run": "vitest run", "test:run": "vitest run",
"test:coverage": "vitest run --coverage", "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 " "docker:start": "docker run --env-file ./.env -p 7575:7575 homarr:dev "
}, },
"dependencies": { "dependencies": {