fixes docker entrypoint

This commit is contained in:
Marvin Steadfast 2020-10-07 15:25:56 +02:00
parent a2b5db6731
commit 3795944d3c
2 changed files with 3 additions and 1 deletions

View File

@ -64,6 +64,8 @@ services:
volumes:
- name: dockersock
path: /var/run
when:
event: tag
volumes:
- name: dockersock

View File

@ -1,4 +1,4 @@
FROM scratch
COPY jitsiexporter /
EXPOSE 9700
ENTRYPOINT ["/bin/jitsiexporter", "-debug=true", "-host=0.0.0.0"]
ENTRYPOINT ["/jitsiexporter", "-debug=true", "-host=0.0.0.0"]