⚗️ Remove parameters

This commit is contained in:
Manuel
2023-08-31 17:43:17 +02:00
parent 455230c111
commit 0673375734

View File

@@ -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 --production --no-progress
RUN yarn global add prisma
RUN which prisma
EXPOSE 7575