We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a7b2f7 commit bff0534Copy full SHA for bff0534
Dockerfile
@@ -1,7 +1,7 @@
1
FROM oven/bun:latest as builder
2
3
WORKDIR /app
4
-COPY package.json bun.lockb ./
+COPY package.json bun.lock ./
5
RUN bun install
6
COPY . .
7
RUN bun run build
0 commit comments