Explorar o código

etcd is in the bin directory, fixes bug with the docker image not working

Erik %!s(int64=12) %!d(string=hai) anos
pai
achega
d3fb9f0f0f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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