⚗️ Remove npm config command

This commit is contained in:
Manuel
2023-08-29 22:21:04 +02:00
parent ff13582044
commit 8d3252f2cf

View File

@@ -19,8 +19,8 @@ COPY prisma/schema.prisma prisma/schema.prisma
COPY ./scripts/run.sh ./scripts/run.sh
RUN npm config set unsafe-perm true
ARG NPM_CONFIG_LOGLEVEL=verbose
# RUN npm config set unsafe-perm true
# ARG NPM_CONFIG_LOGLEVEL=verbose
RUN yarn global add prisma --production --no-progress
RUN which prisma