Skip to content

Commit 53371e3

Browse files
committed
chore: Use --frozen-lockfile in docker image
1 parent e577dd2 commit 53371e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ FROM oven/bun:alpine AS base
22
WORKDIR /app
33
COPY package.json package.json
44
COPY bun.lock bun.lock
5-
RUN bun install --production --ignore-scripts
5+
RUN bun install --production --ignore-scripts --frozen-lockfile
66
COPY . .
77
ENTRYPOINT ["bun", "src/main.ts"]

0 commit comments

Comments
 (0)