fix: stop using lockfile for builds
This commit is contained in:
parent
7c488ef038
commit
969787a7e5
@ -1,8 +1,7 @@
|
|||||||
FROM oven/bun:1 AS base
|
FROM oven/bun:1 AS base
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package.json ./
|
COPY package.json ./
|
||||||
COPY bun.lockb ./
|
RUN bun install
|
||||||
RUN bun install --frozen-lockfile
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN bunx prisma migrate dev --name init
|
RUN bunx prisma migrate dev --name init
|
||||||
RUN bun run build
|
RUN bun run build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user