Skip to content

Commit

Permalink
E
Browse files Browse the repository at this point in the history
  • Loading branch information
Luxxy-GF committed Apr 6, 2024
1 parent 77000e0 commit 4d5d1a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ RUN mkdir -p /usr/src/ilo
WORKDIR /usr/src/ilo
COPY ./ /usr/src/ilo/

RUN apk add --no-cache python3 make g++ && \
npm install --global node-gyp && \
RUN apk add --no-cache python3 make g++
RUN npm install --global node-gyp
RUN npm install

CMD ["node index.js"]

0 comments on commit 4d5d1a2

Please sign in to comment.