Make seed (temp)

This commit is contained in:
Douglas Barone 2023-06-21 15:30:29 -04:00
parent 60ef813292
commit 970a425aef

View File

@ -12,6 +12,8 @@ RUN cd web && yarn install && cd ..
RUN npm run build RUN npm run build
RUN npx prisma db seed
EXPOSE 3000 EXPOSE 3000
CMD npx prisma migrate deploy && npm start CMD npx prisma migrate deploy && npm start