This commit is contained in:
Julian Freeman
2025-12-01 19:28:35 -04:00
parent 4ffffd2d64
commit 96d98f1173

View File

@@ -10,7 +10,7 @@ ENV NODE_ENV=production
WORKDIR /app
# --- Copy package.json and bun.lockb to leverage Docker cache ---
COPY package.json bun.lockb ./
COPY package.json bun.lock ./
# --- Install Dependencies ---
# Do not install devDependencies to keep the image small