added status badges

This commit is contained in:
daniel31x13
2024-11-12 22:49:38 -05:00
parent 66a09fdc4b
commit 019790791b
2 changed files with 6 additions and 4 deletions
+3 -4
View File
@@ -34,9 +34,8 @@ RUN set -eux && \
COPY . .
RUN yarn prisma generate && \
yarn build --ignore-engines
EXPOSE 3000
CMD yarn prisma migrate deploy && yarn start
CMD yarn prisma generate && \
yarn build --ignore-engines && \
yarn prisma migrate deploy && yarn start