fix: docker build and prisma orm database push

This commit is contained in:
Manuel
2023-08-29 21:19:36 +02:00
parent ab2e827270
commit aee541b6dc
3 changed files with 6 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
"test:run": "vitest run",
"test:coverage": "vitest run --coverage",
"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 -p 7575:7575 homarr:dev ",
"postinstall": "prisma generate"
},
"dependencies": {