diff --git a/Dockerfile b/Dockerfile index 7c4dd98ba..d390ffc21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,5 +16,4 @@ VOLUME /bazarr/data EXPOSE 6767 -#COPY root/ / CMD ["python", "/bazarr/bazarr.py"] diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index dc6561739..f9aa3092d 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -18,5 +18,4 @@ VOLUME /bazarr/data EXPOSE 6767 -#COPY root/ / CMD ["python", "/bazarr/bazarr.py"] \ No newline at end of file diff --git a/Dockerfile.armhf b/Dockerfile.armhf index cf3eab938..cf9b97765 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -18,5 +18,4 @@ VOLUME /bazarr/data EXPOSE 6767 -#COPY root/ / CMD ["python", "/bazarr/bazarr.py"] \ No newline at end of file diff --git a/root/etc/services.d/bazarr/run b/root/etc/services.d/bazarr/run deleted file mode 100644 index 45954db3a..000000000 --- a/root/etc/services.d/bazarr/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/with-contenv bash - -exec s6-setuidgid abc python /bazarr/bazarr.py - \ No newline at end of file