Skip to content

Commit

Permalink
fix: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
hwbllmnn committed Jan 24, 2025
1 parent 6e8670b commit 3f07885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY --from=builder /app/static ./static
COPY --from=builder /app/node_modules ./node_modules

COPY .env.example .env
COPY package.json bun.lockb ./
COPY package.json bun.lock ./

EXPOSE 3000

Expand Down

0 comments on commit 3f07885

Please sign in to comment.