update gh actions
This commit is contained in:
parent
7960d9fcfc
commit
60243213a7
1 changed files with 2 additions and 2 deletions
|
|
@ -5,14 +5,14 @@ FROM base AS deps
|
|||
RUN apk add --no-cache libc6-compat
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json package-lock.json ./
|
||||
COPY memora-control-plane/package.json memora-control-plane/package-lock.json ./
|
||||
RUN npm ci
|
||||
|
||||
# Rebuild the source code only when needed
|
||||
FROM base AS builder
|
||||
WORKDIR /app
|
||||
COPY --from=deps /app/node_modules ./node_modules
|
||||
COPY . .
|
||||
COPY memora-control-plane/ .
|
||||
|
||||
RUN npm run build
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue