Skip to content

Commit

Permalink
api: make sure executable is runnable in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
iameli committed Jul 25, 2023
1 parent a0d2ab6 commit effe7a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ ARG VERSION
ENV VERSION ${VERSION}
ARG GITHUB_SHA
ENV GITHUB_SHA ${GITHUB_SHA}
RUN /usr/local/bin/livepeer-api --help
ENTRYPOINT ["/usr/local/bin/livepeer-api"]

0 comments on commit effe7a9

Please sign in to comment.