sdy

update Dockerfile in prisma folder

...@@ -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
......