mirror of
https://github.com/kind-0/nsecbunkerd.git
synced 2026-08-01 07:21:42 +00:00
Replace npm with pnpm for dependency installation
This commit is contained in:
parent
f4fd7403cc
commit
051f4acecc
@ -4,7 +4,7 @@ WORKDIR /app
|
||||
|
||||
# Copy package files and install dependencies
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
RUN pnpm install
|
||||
|
||||
# Copy application files
|
||||
COPY . .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user