diff --git a/alpine-build.dockerfile b/alpine-build.dockerfile index fbc7815..8d5300f 100644 --- a/alpine-build.dockerfile +++ b/alpine-build.dockerfile @@ -7,8 +7,10 @@ RUN apk add git \ # download dotnet6-sdk npm # build # Clone repo -RUN git clone https://github.com/Kareadita/Kavita.git -#https://github.com/RealStickman/Kavita.git +#RUN git clone https://github.com/Kareadita/Kavita.git +RUN git clone https://github.com/RealStickman/Kavita.git && \ + cd Kavita && \ + git checkout rs_alpine ENTRYPOINT [ "/bin/ash" ] -CMD [ "" ] # call build script here +CMD [ "build.sh linux-musl-x64" ] # call build script here