Szakdolgozat/frontend/.dockerignore
Norbi Peti aa6f3f51de
Fix backend production deploy and database connection
- Fixed database URL locally and in production
- Set separate DB user just to be safe
- Migrate DB schema on each launch
- Use node user during dev but use root during deploy
- Fix output of the dev container (tsc-watch --noClear)
2021-11-15 22:47:41 +01:00

6 lines
94 B
Plaintext

node_modules
npm-debug.log
/dist
# Cache used by TypeScript's incremental build
*.tsbuildinfo