saving for later

This commit is contained in:
Min Idzelis
2025-06-28 15:01:39 +00:00
parent 2406bb2951
commit 915db962fc
4 changed files with 21 additions and 45 deletions
+1 -2
View File
@@ -23,8 +23,7 @@ COPY --chown=node:node \
pnpm-workspace.yaml \
./
RUN --mount=type=cache,id=pnpm,target=/buildcache,uid=1000,gid=1000 \
pnpm install --frozen-lockfile
RUN pnpm install --frozen-lockfile
ENV CHOKIDAR_USEPOLLING=true