⚗️ Roll back to yarn

This commit is contained in:
Manuel
2023-08-29 22:11:29 +02:00
parent 79e201bd81
commit 5cfe3e9dd1
3 changed files with 6 additions and 7 deletions

View File

@@ -21,8 +21,7 @@ COPY ./scripts/run.sh ./scripts/run.sh
RUN npm config set unsafe-perm true
ARG NPM_CONFIG_LOGLEVEL=verbose
RUN npm i -g prisma --silent
# RUN yarn global add prisma
RUN yarn global add prisma --no-progress
RUN which prisma
EXPOSE 7575