@ -21,4 +21,5 @@ COPY . .
# ENV NEXT_TELEMETRY_DISABLED 1
RUN npm run build
RUN npm run migrate:prod
CMD ["npm", "run", "start"]
CMD ["npm", "run", "watcher"]
@ -11,7 +11,8 @@
"studio": "blitz prisma studio",
"lint": "eslint --ignore-path .gitignore --ext .js,.ts,.tsx .",
"test": "jest",
"test:watch": "jest --watch"
"test:watch": "jest --watch",
"migrate:prod": "blitz prisma migrate deploy"
},
"prisma": {
"schema": "db/schema.prisma"