Remove seed

This commit is contained in:
Douglas Barone 2023-06-21 15:49:29 -04:00
parent 970a425aef
commit 1b23012da3

View File

@ -12,8 +12,6 @@ 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