cleanup bun process in builds
This commit is contained in:
parent
5707673905
commit
cac9b00b30
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ FROM oven/bun:latest AS base
|
|||
FROM base AS deps
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json bun.lockb* ./
|
||||
RUN bun install --frozen-lockfile
|
||||
COPY package.json ./
|
||||
RUN bun install
|
||||
|
||||
FROM base AS builder
|
||||
WORKDIR /app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue