Skip to content

fix: Remove bun.lock from .dockerignore to fix docker build error#76

Merged
ericc-ch merged 1 commit intoericc-ch:masterfrom
longnz:patch-1
Aug 1, 2025
Merged

fix: Remove bun.lock from .dockerignore to fix docker build error#76
ericc-ch merged 1 commit intoericc-ch:masterfrom
longnz:patch-1

Conversation

@longnz
Copy link
Copy Markdown
Contributor

@longnz longnz commented Aug 1, 2025

 => 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 |

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 |
@ericc-ch
Copy link
Copy Markdown
Owner

ericc-ch commented Aug 1, 2025

LOL my bad
Generated this with AI and missed it

@ericc-ch ericc-ch merged commit 72c19ed into ericc-ch:master Aug 1, 2025
hao1939 pushed a commit to hao1939/copilot-api that referenced this pull request Nov 22, 2025
fix: Remove bun.lock from .dockerignore to fix docker build error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants