We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--frozen-lockfile
1 parent e577dd2 commit 53371e3Copy full SHA for 53371e3
Dockerfile
@@ -2,6 +2,6 @@ FROM oven/bun:alpine AS base
2
WORKDIR /app
3
COPY package.json package.json
4
COPY bun.lock bun.lock
5
-RUN bun install --production --ignore-scripts
+RUN bun install --production --ignore-scripts --frozen-lockfile
6
COPY . .
7
ENTRYPOINT ["bun", "src/main.ts"]
0 commit comments