Commit 072b406
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
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
0 commit comments