⚗️ Remove npm config command
This commit is contained in:
@@ -19,8 +19,8 @@ COPY prisma/schema.prisma prisma/schema.prisma
|
|||||||
|
|
||||||
COPY ./scripts/run.sh ./scripts/run.sh
|
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 --production --no-progress
|
RUN yarn global add prisma --production --no-progress
|
||||||
RUN which prisma
|
RUN which prisma
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user