From 4d5d1a2c6bb324b9376f12666ab0e776c6162f29 Mon Sep 17 00:00:00 2001 From: Luxxy-GF Date: Sat, 6 Apr 2024 16:40:37 +0100 Subject: [PATCH] E --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1a7a22f..af45805 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]