Revert "Dockerfile: use 'ENTRYPOINT' instead of 'CMD'"

release-3.1
Gyu-Ho Lee 2016-07-13 19:06:20 -07:00 committed by GitHub
parent 3d109be3b4
commit 2f7da66d43
1 changed files with 2 additions and 2 deletions

View File

@ -6,5 +6,5 @@ RUN mkdir -p /var/etcd/
EXPOSE 2379 2380
# Define default entrypoint.
ENTRYPOINT ["/usr/local/bin/etcd"]
# Define default command.
CMD ["/usr/local/bin/etcd"]