Skip to content

Commit e13a3f3

Browse files
committed
Fix dockerfile builds
1 parent 3d685c0 commit e13a3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV NODE_ENV=production
55

66
WORKDIR /app
77
# install deps
8-
ADD bunfig.toml package.json bun.lockb ./
8+
ADD package.json bun.lockb ./
99
RUN bun install --frozen-lockfile --ignore-scripts
1010

1111
# build app

0 commit comments

Comments
 (0)