yes 2
This commit is contained in:
parent
359961a205
commit
95364eaa28
@ -7,6 +7,8 @@ WORKDIR /app
|
||||
# Install dependencies based on the preferred package manager
|
||||
COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* ./
|
||||
|
||||
RUN npm i
|
||||
|
||||
# Copy cached files
|
||||
COPY node_modules ./
|
||||
|
||||
|
Reference in New Issue
Block a user