Skip to content

Commit

Permalink
update dockerfile to use bun.lockb
Browse files Browse the repository at this point in the history
  • Loading branch information
viperadnan-git committed Aug 19, 2024
1 parent 413604b commit 676f426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM oven/bun:latest

WORKDIR /usr/src/app

COPY package*.json ./
COPY package*.json bun.lockb ./

RUN bun install --production

Expand Down

0 comments on commit 676f426

Please sign in to comment.