Specify build target. Use my fork for the moment

This commit is contained in:
RealStickman 2022-09-01 10:29:00 +02:00
parent 490244cf80
commit 23558498dd

View File

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