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"]
|
VOLUME ["/repo"]
|
||||||
WORKDIR /repo
|
WORKDIR /repo
|
||||||
|
|
||||||
ENTRYPOINT ["fdroid"]
|
ENTRYPOINT ["../fdroidserver/fdroid"]
|
||||||
CMD ["--help"]
|
CMD ["--help"]
|
||||||
|
|
Loading…
Reference in a new issue