Skip to content

Commit

Permalink
docker: Updates entrypoint command from host to serve
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas committed May 16, 2018
1 parent 5a7c73b commit 2230ce6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ COPY --from=0 /go/src/github.com/ory/hydra/hydra /usr/bin/hydra

ENTRYPOINT ["hydra"]

CMD ["host"]
CMD ["serve"]
2 changes: 1 addition & 1 deletion Dockerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ COPY --from=0 /go/src/github.com/ory/hydra/hydra /usr/bin/hydra

ENTRYPOINT ["hydra"]

CMD ["host"]
CMD ["serve"]

0 comments on commit 2230ce6

Please sign in to comment.