This commit is contained in:
MedzikUser 2021-09-29 16:45:16 +02:00
parent 12132f8403
commit 9a28c83f8a
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/sh"]
ENTRYPOINT ["bash"]