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
|
RUN apk add --no-cache libc6-compat openssl
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package*.json package-lock.json* ./
|
COPY package*.json package-lock.json* ./
|
||||||
RUN npm ci --omit=dev
|
RUN npm ci
|
||||||
|
|
||||||
# Builder stage
|
# Builder stage
|
||||||
# This stage is used to build the application
|
# This stage is used to build the application
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue