fix livepeer image entrypoint

This commit is contained in:
Jakub Sokołowski 2018-10-28 13:51:46 +01:00
parent 219c982da8
commit de97de9732
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -20,5 +20,5 @@ RUN cd /tmp && \
VOLUME /root/.lpData
WORKDIR /tmp
ENTRYPOINT /usr/bin/livepeer
ENTRYPOINT ["/usr/bin/livepeer"]
CMD ["--help"]