Skip to content

Commit b64028d

Browse files
Add frozen lockfile to bun install
1 parent 93388b5 commit b64028d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR /app
77
COPY package.json bun.lock ./
88

99
# install dependencies
10-
RUN bun install
10+
RUN bun install --frozen-lockfile
1111

1212
# copy the rest of the application code
1313
COPY . .

0 commit comments

Comments
 (0)