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>
This commit is contained in:
Manuel
2024-03-16 15:51:34 +01:00
committed by GitHub
parent a4951037e3
commit 98c353349a
13 changed files with 217 additions and 147 deletions

3
.gitignore vendored
View File

@@ -14,6 +14,9 @@ coverage
out/
next-env.d.ts
# nest.js
apps/nestjs/dist
# nitro
.nitro/
.output/