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 4d5d1a2 commit 55fa3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /usr/src/ilo
COPY ./ /usr/src/ilo/

RUN apk add --no-cache python3 make g++
RUN npm install --global node-gyp
ENV PYTHON=/usr/bin/python3
RUN npm install

CMD ["node index.js"]

0 comments on commit 55fa3dd

Please sign in to comment.