Skip to content

Commit e3e8760

Browse files
committed
chore: update next config and bun lockfile
1 parent 903c173 commit e3e8760

4 files changed

Lines changed: 1389 additions & 6 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM oven/bun:1 AS base
22

33
WORKDIR /usr/src/app
44

5-
COPY package.json bun.lockb ./
5+
COPY package.json bun.lock ./
66
RUN bun install --frozen-lockfile
77

88
FROM oven/bun:1 AS release

0 commit comments

Comments
 (0)