chore: add docker-compose, migrations on start, readme
This commit is contained in:
parent
19fa4f1fcb
commit
ec5269a579
3 changed files with 55 additions and 1 deletions
|
|
@ -8,4 +8,4 @@ WORKDIR /app
|
|||
|
||||
RUN pnpm install --prod --frozen-lockfile
|
||||
|
||||
CMD ["pnpm", "start"]
|
||||
CMD ["sh", "-c", "pnpm db:migrate && pnpm start"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue