fix: delete pnpm cache

This commit is contained in:
Philipinho
2026-08-12 12:33:34 +01:00
parent 737cd67965
commit 089286f6cf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ RUN chown -R node:node /app
USER node USER node
RUN pnpm install --frozen-lockfile --prod RUN pnpm install --frozen-lockfile --prod && rm -rf /home/node/.cache/pnpm
RUN mkdir -p /app/data/storage RUN mkdir -p /app/data/storage