Skip to content

Commit 072b406

Browse files
authored
fix: Remove bun.lock from .dockerignore to fix docker build error
fix: Remove bun.lock from .dockerignore to fix docker build error => ERROR [builder 3/6] COPY ./package.json ./bun.lock ./ 0.0s ------ > [builder 3/6] COPY ./package.json ./bun.lock ./: ------ Dockerfile:4 -------------------- 2 | WORKDIR /app 3 | 4 | >>> COPY ./package.json ./bun.lock ./ 5 | RUN bun install --frozen-lockfile 6 | -------------------- Dockerfile:13 -------------------- 11 | WORKDIR /app 12 | 13 | >>> COPY ./package.json ./bun.lock ./ 14 | RUN bun install --frozen-lockfile --production --ignore-scripts --no-cache 15 |
1 parent 250d1c9 commit 072b406

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
node_modules
2-
bun.lock
32

43
.vscode/
54

0 commit comments

Comments
 (0)