We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908fbbd commit abc93d9Copy full SHA for abc93d9
3 files changed
Dockerfile
@@ -3,7 +3,7 @@ FROM oven/bun
3
WORKDIR /app
4
5
COPY package.json .
6
-COPY bun.lockb .
+COPY bun.lock .
7
8
RUN bun install --production
9
0 commit comments