Files
Homarr/scripts/run.sh
Manuel 98c353349a config: add dockerfile (#214)
* config: add dockerfile

* feat: add working dockerfile for nest and next app with sqlite migration

---------

Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
2024-03-16 15:51:34 +01:00

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