copy only package.json
This commit is contained in:
parent
ab3cc41f23
commit
454ae0017e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ FROM oven/bun:latest AS frontend-builder
|
||||||
WORKDIR /usr/src/frontend
|
WORKDIR /usr/src/frontend
|
||||||
|
|
||||||
# Copy frontend files
|
# Copy frontend files
|
||||||
COPY frontend/package*.json ./
|
COPY frontend/package.json ./
|
||||||
RUN bun install
|
RUN bun install
|
||||||
|
|
||||||
COPY frontend/ ./
|
COPY frontend/ ./
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue