Fix build

This commit is contained in:
Douglas Barone 2023-06-21 15:05:23 -04:00
parent 5993ae3283
commit da28e97d86

View File

@ -6,7 +6,7 @@ COPY package*.json ./
RUN npm install
COPY . .
RUN npm run prisma:generate
RUN npx prisma generate
RUN npm run build