Skip to content

Commit 86c9772

Browse files
authored
Merge pull request #58 from teacoder-team/dev
chore: update next config and bun lockfile
2 parents efb42c3 + e3e8760 commit 86c9772

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)