@ -4,7 +4,7 @@ WORKDIR /app
# Install dependencies first (better layer caching)
COPY package.json bun.lock ./
RUN bun install --production
RUN bun install
# Copy only necessary files
COPY src/ ./src/