From 498660dad56713155560a17b9b58eee641386431 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Thu, 1 Sep 2022 19:51:20 +0200 Subject: [PATCH] Download raw to get proper script --- alpine.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /