Skip to content

Commit

Permalink
Merge pull request #5876 from gyuho/manual
Browse files Browse the repository at this point in the history
Dockerfile: use 'ENTRYPOINT' instead of 'CMD'
  • Loading branch information
gyuho authored Jul 5, 2016
2 parents beab76c + f19cef9 commit 066afd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile-release
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ RUN mkdir -p /var/etcd/

EXPOSE 2379 2380

# Define default command.
CMD ["/usr/local/bin/etcd"]
# Define default entrypoint.
ENTRYPOINT ["/usr/local/bin/etcd"]

0 comments on commit 066afd6

Please sign in to comment.