Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilamb committed Jun 18, 2024
1 parent da2ce9f commit 8c454d9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ RUN mkdir -p /headlamp-plugins/build
# Update npm version
RUN npm install [email protected] && npm --version

RUN cat /headlamp-plugins/package.json

RUN npm install

# Build the headlamp plugin inside the container
# RUN npx @kinvolk/headlamp-plugin build /headlamp-plugins
RUN npm install @kinvolk/headlamp-plugin
RUN npm install -g @kinvolk/headlamp-plugin

RUN headlamp-plugin build /headlamp-plugins

Expand Down

0 comments on commit 8c454d9

Please sign in to comment.