🚧 Improve dockerfile and start script and fix permission issue by adding new user with permission to read / write to /data folder

This commit is contained in:
Meier Lukas
2023-11-12 01:02:26 +01:00
parent 351aa47e47
commit 2a1f73345c
6 changed files with 48 additions and 27 deletions

View File

@@ -24,7 +24,7 @@
"test:coverage": "SKIP_ENV_VALIDATION=1 vitest run --coverage",
"docker:build": "turbo build && docker build . -t homarr:local-dev",
"docker:start": "docker run -p 7575:7575 --name homarr-development homarr:local-dev",
"db:migrate": "ts-node src/migrate.ts"
"db:migrate": "ts-node drizzle/migrate/migrate.ts"
},
"dependencies": {
"@auth/drizzle-adapter": "^0.3.2",
@@ -232,4 +232,4 @@
]
}
}
}
}