Download raw to get proper script

This commit is contained in:
RealStickman 2022-09-01 19:51:20 +02:00
parent f0f34507ec
commit 498660dad5

View File

@ -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 /