We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7d8497 commit 8123735Copy full SHA for 8123735
Dockerfile
@@ -5,7 +5,7 @@ FROM oven/bun:1.1.44-alpine AS builder
5
WORKDIR /app
6
7
# Copy package.json, bun.lockb, and panda.config.ts files
8
-COPY package.json .
+COPY package.json bun.lockb panda.config.ts .
9
RUN rm -rf node_modules package-lock.json
10
11
# Install dependencies
0 commit comments