Skip to content

Commit

Permalink
Changed default entrypoint for armv7 for plex crashes with default one
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymoulin committed Jun 17, 2024
1 parent 5a38e44 commit 8583b9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ RUN ALPINE_GLIBC_BASE_URL="https://github.com/sgerrand/alpine-pkg-glibc/releases

FROM woahbase/alpine-glibc:armhf as plexbase-arm

ENTRYPOINT ["/bin/sh"]

#inspired by https://github.com/chrisanthropic/docker-alpine-rpi-glibc
FROM arm64v8/alpine as plexbase-arm64
Expand Down Expand Up @@ -98,4 +99,4 @@ COPY daemon.sh /usr/sbin/daemon-pms
RUN mkdir -p /config && \
mkdir -p /root/Library && \
ln -s /root/Library /config/Library
CMD ["daemon-pms"]
CMD ["/usr/sbin/daemon-pms"]

0 comments on commit 8583b9d

Please sign in to comment.