Parcourir la source

Merge pull request #476 from ekristen/master

fixes bug with the etcd docker image not being able to run
Brandon Philips il y a 12 ans
Parent
commit
ceefa98c76
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -8,5 +8,5 @@ ENV PATH /usr/local/go/bin:$PATH
 ADD . /opt/etcd
 ADD . /opt/etcd
 RUN cd /opt/etcd && ./build
 RUN cd /opt/etcd && ./build
 EXPOSE 4001 7001
 EXPOSE 4001 7001
-ENTRYPOINT ["/opt/etcd/etcd"]
+ENTRYPOINT ["/opt/etcd/bin/etcd"]