mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-06 13:35:48 +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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user