Update docker/mjolnir/Dockerfile
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
aa7edb4c57
commit
d31ffe57e6
|
@ -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/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
|
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/mjolnir-entrypoint.sh
|
||||||
RUN chmod +x /usr/bin/local/mjolnir/start.sh
|
RUN chmod +x /usr/bin/local/start.sh
|
||||||
ENTRYPOINT ["/usr/bin/local/mjolnir/mjolnir-entrypoint.sh"]
|
ENTRYPOINT ["/usr/bin/local/mjolnir-entrypoint.sh"]
|
||||||
CMD ["/usr/bin/local/mjolnir/start.sh"]
|
CMD ["/usr/bin/local/start.sh"]
|
Loading…
Reference in New Issue