Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -6,4 +6,4 @@ WORKDIR /app | ... | @@ -6,4 +6,4 @@ WORKDIR /app |
6 | 6 | ||
7 | COPY ./ ./prisma/ | 7 | COPY ./ ./prisma/ |
8 | 8 | ||
9 | -CMD ["prisma", "admin"] | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
9 | +CMD [ "prisma2", "studio", "--experimental" ] | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment