We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1982e6d commit f6c2a60Copy full SHA for f6c2a60
1 file changed
Dockerfile
@@ -16,6 +16,7 @@ COPY package.json bun.lock* ./
16
COPY backend/package.json backend/
17
COPY frontend/package.json frontend/
18
COPY shared/package.json shared/
19
+COPY plugins/headlamp/package.json plugins/headlamp/
20
21
# Install dependencies
22
RUN bun install --frozen-lockfile
0 commit comments