Skip to content

Commit e7d8497

Browse files
committed
testing
1 parent 9c2db24 commit e7d8497

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ FROM oven/bun:1.1.44-alpine AS builder
55
WORKDIR /app
66

77
# Copy package.json, bun.lockb, and panda.config.ts files
8-
COPY package.json bun.lockb panda.config.ts ./
8+
COPY package.json .
9+
RUN rm -rf node_modules package-lock.json
910

1011
# Install dependencies
1112
RUN bun install

0 commit comments

Comments
 (0)