From 23da96001f1797525544d5cf31d64253f384a4f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 2 May 2025 01:48:20 +0300 Subject: [PATCH] Fix: bogus bash arg to node Since entrypoint is set, CMD has no intended effect --- Dockerfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 70ba43b..bdb4aa9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,18 +18,12 @@ LABEL com.stremio.vendor="Smart Code Ltd." LABEL version=${VERSION} LABEL description="Stremio's streaming Server" -SHELL ["/bin/sh", "-c"] - -CMD ["bash"] - WORKDIR /stremio # We require version <= 4.4.1 # https://github.com/jellyfin/jellyfin-ffmpeg/releases/tag/v4.4.1-4 ARG JELLYFIN_VERSION=4.4.1-4 -# SHELL ["/bin/bash", "-c"] - # COPY qemu-arm-static /usr/bin/qemu-arm-static