From 90e287a0c1c5fa9ad8be870a632268846153d9b6 Mon Sep 17 00:00:00 2001 From: Andreas Tsarida Date: Thu, 18 Jan 2024 17:34:26 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f0fcc81..72e6388 100644 --- a/Dockerfile +++ b/Dockerfile @@ -73,7 +73,7 @@ WORKDIR /srv/stremio-web RUN yarn install --no-audit --no-optional --mutex network --no-progress --ignore-scripts RUN yarn build -RUN wget $(wget -O- https://raw.githubusercontent.com/Stremio/stremio-shell/master/server-url.txt) && wget -mkEpnp -nH "https://app.strem.io/" "https://app.strem.io/worker.js" "https://app.strem.io/images/stremio.png" -P build/shell/ || true +RUN wget $(wget -O- https://raw.githubusercontent.com/Stremio/stremio-shell/master/server-url.txt) && wget -mkEpnp -nH "https://app.strem.io/" "https://app.strem.io/worker.js" "https://app.strem.io/images/stremio.png" "https://app.strem.io/images/empty.png" -P build/shell/ || true ##########################################################################