diff --git a/alpine.dockerfile b/alpine.dockerfile index e76407a..0cfda16 100644 --- a/alpine.dockerfile +++ b/alpine.dockerfile @@ -25,7 +25,7 @@ RUN apk add \ libgdiplus@testing # get entrypoint script from my repo -RUN wget https://github.com/RealStickman/Kavita/blob/rs_alpine/entrypoint.sh -O /entrypoint.sh +RUN wget https://raw.githubusercontent.com/RealStickman/Kavita/rs_alpine/entrypoint.sh -O /entrypoint.sh RUN chmod +x /entrypoint.sh RUN ls -l /