Update docker/mjolnir/Dockerfile
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
colin 2024-02-03 19:13:26 +00:00
parent aa7edb4c57
commit d31ffe57e6
1 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,6 @@ WORKDIR /usr/src/mjolnir
ADD https://raw.githubusercontent.com/matrix-org/mjolnir/main/config/default.yaml /etc/mjolnir/default.yaml
ADD https://raw.githubusercontent.com/matrix-org/mjolnir/main/mjolnir-entrypoint.sh /usr/bin/local/mjolnir-entrypoint.sh
RUN chmod +x /usr/bin/local/mjolnir/mjolnir-entrypoint.sh
RUN chmod +x /usr/bin/local/mjolnir/start.sh
ENTRYPOINT ["/usr/bin/local/mjolnir/mjolnir-entrypoint.sh"]
CMD ["/usr/bin/local/mjolnir/start.sh"]
RUN chmod +x /usr/bin/local/start.sh
ENTRYPOINT ["/usr/bin/local/mjolnir-entrypoint.sh"]
CMD ["/usr/bin/local/start.sh"]