mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-04 20:45:56 +01:00
⚗️ Use yarn flags for install
This commit is contained in:
@@ -21,7 +21,7 @@ COPY ./scripts/run.sh ./scripts/run.sh
|
||||
|
||||
RUN npm config set unsafe-perm true
|
||||
ARG NPM_CONFIG_LOGLEVEL=verbose
|
||||
RUN yarn global add prisma --no-progress
|
||||
RUN yarn global add prisma --production --no-progress
|
||||
RUN which prisma
|
||||
|
||||
EXPOSE 7575
|
||||
|
||||
Reference in New Issue
Block a user