We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c2db24 commit e7d8497Copy full SHA for e7d8497
Dockerfile
@@ -5,7 +5,8 @@ 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 bun.lockb panda.config.ts ./
+COPY package.json .
9
+RUN rm -rf node_modules package-lock.json
10
11
# Install dependencies
12
RUN bun install
0 commit comments