dockerfile 업데이트
This commit is contained in:
parent
2eac055306
commit
a76dfe459b
@ -9,7 +9,7 @@ WORKDIR /app
|
||||
|
||||
# Install dependencies based on the preferred package manager
|
||||
COPY package.json package-lock.json* ./
|
||||
RUN npm ci --only=production
|
||||
RUN npm ci
|
||||
|
||||
# Rebuild the source code only when needed
|
||||
FROM base AS builder
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user