Update Dockerfile

This commit is contained in:
Torsten Dittmann
2025-09-16 17:44:10 +04:00
parent f548367ce2
commit 33bf38de43
+1 -1
View File
@@ -11,7 +11,7 @@ RUN corepack prepare pnpm@10.0.0 --activate
ADD ./package.json /app/package.json
ADD ./pnpm-lock.yaml /app/pnpm-lock.yaml
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
RUN pnpm install --frozen-lockfile
ADD ./build.js /app/build.js
ADD ./tsconfig.json /app/tsconfig.json