mirror of
https://gitlab.com/fdroid/docker-executable-fdroidserver.git
synced 2025-01-15 18:52:21 +01:00
Merge branch 'fixEntrypoint' into 'master'
Fix #3 Use fdroid from cloned repository as entrypoint Closes #3 See merge request fdroid/docker-executable-fdroidserver!2
This commit is contained in:
commit
91e262d960
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