fixes docker entrypoint
This commit is contained in:
parent
a2b5db6731
commit
3795944d3c
@ -64,6 +64,8 @@ services:
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run
|
||||
when:
|
||||
event: tag
|
||||
|
||||
volumes:
|
||||
- name: dockersock
|
||||
|
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user