diff --git a/Dockerfile b/Dockerfile index 61cd2bb7b..74a9c7f25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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