Specify build target. Use my fork for the moment
This commit is contained in:
parent
490244cf80
commit
23558498dd
@ -7,8 +7,10 @@ RUN apk add git \ # download
|
|||||||
dotnet6-sdk npm # build
|
dotnet6-sdk npm # build
|
||||||
|
|
||||||
# Clone repo
|
# Clone repo
|
||||||
RUN git clone https://github.com/Kareadita/Kavita.git
|
#RUN git clone https://github.com/Kareadita/Kavita.git
|
||||||
#https://github.com/RealStickman/Kavita.git
|
RUN git clone https://github.com/RealStickman/Kavita.git && \
|
||||||
|
cd Kavita && \
|
||||||
|
git checkout rs_alpine
|
||||||
|
|
||||||
ENTRYPOINT [ "/bin/ash" ]
|
ENTRYPOINT [ "/bin/ash" ]
|
||||||
CMD [ "" ] # call build script here
|
CMD [ "build.sh linux-musl-x64" ] # call build script here
|
||||||
|
Reference in New Issue
Block a user