We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efb42c3 + e3e8760 commit 86c9772Copy full SHA for 86c9772
4 files changed
Dockerfile
@@ -2,7 +2,7 @@ FROM oven/bun:1 AS base
2
3
WORKDIR /usr/src/app
4
5
-COPY package.json bun.lockb ./
+COPY package.json bun.lock ./
6
RUN bun install --frozen-lockfile
7
8
FROM oven/bun:1 AS release
0 commit comments