Skip to content

Commit

Permalink
perform global install.
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Nov 15, 2024
1 parent fea85c3 commit da4a906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home-assistant-addon-proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM $BUILD_FROM

RUN apk add --no-cache --update nodejs-current
RUN apk add --no-cache --update npm
RUN npm install express
RUN npm install http-proxy-middleware
RUN npm install -g express
RUN npm install -g http-proxy-middleware

# Copy root filesystem
ADD ha-proxy.js.gtpl /
Expand Down

0 comments on commit da4a906

Please sign in to comment.