Skip to content

Commit

Permalink
Debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaUrsa committed Nov 4, 2023
1 parent 63eff3e commit 61414b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/docker/Dockerfile.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,6 @@ COPY --chown=node:node /src/prisma/ ./prisma/
USER node

# Deploy migrations and then run studio
CMD npx prisma migrate deploy && npx prisma studio
# CMD npx prisma migrate deploy && npx prisma studio
CMD npx prisma studio

0 comments on commit 61414b2

Please sign in to comment.