quita el --production the RUN bun install en el Dockerfile

main
borja 3 months ago
parent 027e11523e
commit 561267d4cd

@ -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/

Loading…
Cancel
Save