We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bab0f5c commit 0e9bd9fCopy full SHA for 0e9bd9f
Dockerfile
@@ -5,7 +5,7 @@ FROM oven/bun:1.2.4-alpine
5
6
WORKDIR /app
7
8
-COPY package.json bun.lockb ./
+COPY package.json bun.lock ./
9
10
RUN bun install --frozen-lockfile
11
0 commit comments