This commit is contained in:
MedzikUser 2021-09-29 16:50:12 +02:00
parent 9a28c83f8a
commit 1854f1c0b3
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 ["bash"]
ENTRYPOINT ["sh"]