chore: add docker-compose, migrations on start, readme

This commit is contained in:
devilreef 2026-04-29 12:14:18 +06:00
parent 19fa4f1fcb
commit ec5269a579
Signed by: devilreef
SSH key fingerprint: SHA256:UZisRr4iuXx+IhkbZnR655L2RWAT6o2rgbGv5F/6m3Y
3 changed files with 55 additions and 1 deletions

View file

@ -8,4 +8,4 @@ WORKDIR /app
RUN pnpm install --prod --frozen-lockfile
CMD ["pnpm", "start"]
CMD ["sh", "-c", "pnpm db:migrate && pnpm start"]