Alpine container to build Kavita
This commit is contained in:
parent
1d23caca78
commit
490244cf80
14
alpine-build.dockerfile
Normal file
14
alpine-build.dockerfile
Normal file
@ -0,0 +1,14 @@
|
||||
# This Dockerfile builds kavita in alpine
|
||||
|
||||
FROM alpine:3.16.2
|
||||
|
||||
# Install necessary packages
|
||||
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
|
||||
|
||||
ENTRYPOINT [ "/bin/ash" ]
|
||||
CMD [ "" ] # call build script here
|
Reference in New Issue
Block a user