Skip to content

Commit 454ae00

Browse files
committed
copy only package.json
1 parent ab3cc41 commit 454ae00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM oven/bun:latest AS frontend-builder
44
WORKDIR /usr/src/frontend
55

66
# Copy frontend files
7-
COPY frontend/package*.json ./
7+
COPY frontend/package.json ./
88
RUN bun install
99

1010
COPY frontend/ ./

0 commit comments

Comments
 (0)