Use fdroid from cloned repository as entrypoint

This commit is contained in:
Sven Adolph 2017-09-29 19:48:26 +02:00
parent 214c32861e
commit ad21bbb530

View file

@ -12,5 +12,5 @@ RUN git clone --depth 1 https://gitlab.com/fdroid/fdroidserver.git \
VOLUME ["/repo"]
WORKDIR /repo
ENTRYPOINT ["fdroid"]
ENTRYPOINT ["../fdroidserver/fdroid"]
CMD ["--help"]