This commit is contained in:
MedzikUser 2021-09-29 16:40:49 +02:00
parent d60826bdb3
commit 12132f8403
No known key found for this signature in database
GPG Key ID: 3AC8B718A75F3281
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ RUN apt-get update && \
RUN pip3 install fdroidserver
RUN mkdir -p /usr/local/share/doc && ln -s /usr/share/doc/fdroidserver /usr/local/share/doc/fdroidserver
ENTRYPOINT ["/usr/bin/bash"]
ENTRYPOINT ["/usr/bin/sh"]