⚗️ Use yarn flags for install

This commit is contained in:
Manuel
2023-08-29 22:12:10 +02:00
parent 5cfe3e9dd1
commit b4abec77fd

View File

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