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