b
This commit is contained in:
parent
616a5ff412
commit
1fba08c385
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ FROM base AS deps
|
|||
RUN apk add --no-cache libc6-compat openssl
|
||||
WORKDIR /app
|
||||
COPY package*.json package-lock.json* ./
|
||||
RUN npm ci --omit=dev
|
||||
RUN npm ci
|
||||
|
||||
# Builder stage
|
||||
# This stage is used to build the application
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue