Skip to content

Commit

Permalink
fix: permissions?
Browse files Browse the repository at this point in the history
  • Loading branch information
tefkah committed Feb 19, 2025
1 parent 9f3c02d commit 55219db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ COPY pnpm-lock.yaml ./
RUN ls -la
RUN echo "PNPM_STORE_PATH: $(pnpm store path)"

RUN mkdir -p $(pnpm store path)
RUN mkdir -p /root/.local/share/pnpm/store/v10 && \
chmod -R 777 /root/.local/share/pnpm
# Could possibly be sped up using `turbo prune`
# https://turbo.build/repo/docs/guides/tools/docker
RUN --mount=type=bind,source=${PNPM_STORE_PATH},target=/root/.local/share/pnpm/store/v10 \
Expand Down

0 comments on commit 55219db

Please sign in to comment.