copy only package.json

This commit is contained in:
Wavering Ana 2025-02-02 17:37:41 -05:00
parent ab3cc41f23
commit 454ae0017e

View file

@ -4,7 +4,7 @@ FROM oven/bun:latest AS frontend-builder
WORKDIR /usr/src/frontend
# Copy frontend files
COPY frontend/package*.json ./
COPY frontend/package.json ./
RUN bun install
COPY frontend/ ./