⚗️ Check if build is passing with npm instead of yarn
This commit is contained in:
@@ -19,8 +19,10 @@ 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 yarn global add prisma
|
||||
RUN npm i -g prisma
|
||||
# RUN yarn global add prisma
|
||||
RUN which prisma
|
||||
|
||||
EXPOSE 7575
|
||||
|
||||
Reference in New Issue
Block a user