Put entrypoint.sh into the kavita folder
This commit is contained in:
parent
dcad6a10a6
commit
ec623721e1
@ -30,8 +30,8 @@ RUN apk add \
|
|||||||
libgdiplus@testing
|
libgdiplus@testing
|
||||||
|
|
||||||
# get entrypoint script from my repo
|
# get entrypoint script from my repo
|
||||||
RUN wget https://raw.githubusercontent.com/RealStickman/Kavita/rs_alpine/entrypoint.sh -O /entrypoint.sh
|
RUN wget https://raw.githubusercontent.com/RealStickman/Kavita/rs_alpine/entrypoint.sh -O /kavita/entrypoint.sh
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /kavita/entrypoint.sh
|
||||||
|
|
||||||
EXPOSE 5000/tcp
|
EXPOSE 5000/tcp
|
||||||
|
|
||||||
@ -39,4 +39,4 @@ EXPOSE 5000/tcp
|
|||||||
WORKDIR /kavita
|
WORKDIR /kavita
|
||||||
|
|
||||||
ENTRYPOINT [ "/bin/ash" ]
|
ENTRYPOINT [ "/bin/ash" ]
|
||||||
CMD ["/entrypoint.sh"]
|
CMD ["/kavita/entrypoint.sh"]
|
||||||
|
Reference in New Issue
Block a user