Use fdroid from cloned repository as entrypoint
This commit is contained in:
parent
214c32861e
commit
ad21bbb530
1 changed files with 1 additions and 1 deletions
|
@ -12,5 +12,5 @@ RUN git clone --depth 1 https://gitlab.com/fdroid/fdroidserver.git \
|
||||||
VOLUME ["/repo"]
|
VOLUME ["/repo"]
|
||||||
WORKDIR /repo
|
WORKDIR /repo
|
||||||
|
|
||||||
ENTRYPOINT ["fdroid"]
|
ENTRYPOINT ["../fdroidserver/fdroid"]
|
||||||
CMD ["--help"]
|
CMD ["--help"]
|
||||||
|
|
Loading…
Reference in a new issue