Skip to content

Commit 8123735

Browse files
committed
testing
1 parent e7d8497 commit 8123735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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 .
8+
COPY package.json bun.lockb panda.config.ts .
99
RUN rm -rf node_modules package-lock.json
1010

1111
# Install dependencies

0 commit comments

Comments
 (0)