chore: add pnpm setup command to Dockerfile for environment configuration
This commit is contained in:
@@ -8,6 +8,7 @@ RUN apt-get update && apt-get install -y \
|
||||
|
||||
# Set up pnpm environment
|
||||
RUN pnpm config set store-dir /home/node/.local/share/pnpm/store
|
||||
RUN pnpm setup
|
||||
|
||||
USER node
|
||||
|
||||
|
||||
Reference in New Issue
Block a user