From f4ab9918467fee318737386ee0ad8fc27157601c Mon Sep 17 00:00:00 2001 From: Andreas Tsarida Date: Tue, 19 Dec 2023 14:04:18 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f093d61..7d3a2be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN git clone https://github.com/Stremio/stremio-web.git WORKDIR /srv/stremio-web -RUN npm install +RUN npm install --no-audit RUN npm run build RUN git clone https://github.com/Stremio/stremio-shell.git