Update docker/mjolnir/Dockerfile
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
c42d59cd8a
commit
0a83072ee0
|
@ -4,4 +4,5 @@ ADD https://raw.githubusercontent.com/matrix-org/mjolnir/main/config/default.yam
|
|||
ADD https://raw.githubusercontent.com/matrix-org/mjolnir/main/mjolnir-entrypoint.sh /usr/src/mjolnir-entrypoint.sh
|
||||
RUN chmod +x /usr/src/mjolnir/mjolnir-entrypoint.sh
|
||||
RUN chmod +x /usr/src/mjolnir/start.sh
|
||||
CMD ["./start.sh"]
|
||||
ENTRYPOINT ["mjolnir-entrypoint.sh"]
|
||||
CMD ["start.sh"]
|
Loading…
Reference in New Issue