mirror of
https://gitlab.com/fdroid/docker-executable-fdroidserver.git
synced 2025-01-15 18:52:21 +01:00
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"]
|
||||
WORKDIR /repo
|
||||
|
||||
ENTRYPOINT ["fdroid"]
|
||||
ENTRYPOINT ["../fdroidserver/fdroid"]
|
||||
CMD ["--help"]
|
||||
|
|
Loading…
Reference in a new issue