mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcd is in the bin directory, fixes bug with the docker image not working
This commit is contained in:
parent
d9088a5f18
commit
d3fb9f0f0f
@ -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"]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user