Skip to content

Commit f6c2a60

Browse files
authored
fix: add headlamp workspace to Dockerfile for bun install (#110)
1 parent 1982e6d commit f6c2a60

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ COPY package.json bun.lock* ./
1616
COPY backend/package.json backend/
1717
COPY frontend/package.json frontend/
1818
COPY shared/package.json shared/
19+
COPY plugins/headlamp/package.json plugins/headlamp/
1920

2021
# Install dependencies
2122
RUN bun install --frozen-lockfile

0 commit comments

Comments
 (0)