mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-30 03:09:19 +01:00
* config: add dockerfile * feat: add working dockerfile for nest and next app with sqlite migration --------- Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
8 lines
165 B
Bash
8 lines
165 B
Bash
# Run migrations
|
|
node ./db/migrate.mjs ./db/migrations
|
|
|
|
# Run the nestjs backend
|
|
node apps/nestjs/dist/main.mjs &
|
|
|
|
# Run the nextjs server
|
|
node apps/nextjs/server.js |