mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-17 18:51:14 +01:00
🐳 Edit docker shortcuts inside package.json
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user