Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
tanguyMichardiere committed Jul 21, 2024
1 parent 6056645 commit 399d6ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM oven/bun AS builder
WORKDIR /home/bun/app

COPY package.json bun.lockb ./
COPY patches patches
RUN bun install --frozen-lockfile

COPY src src
Expand Down

0 comments on commit 399d6ed

Please sign in to comment.