mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
release: fix Dockerfile etcd binary paths
release script uses binary files in 'release/image-docker', not the ones in "bin/". Tested with v3.0.0 release.
This commit is contained in:
parent
c68d60c99f
commit
a2f6ec3128
@ -1,7 +1,7 @@
|
||||
FROM alpine:latest
|
||||
|
||||
ADD bin/etcd /usr/local/bin/
|
||||
ADD bin/etcdctl /usr/local/bin/
|
||||
ADD etcd /usr/local/bin/
|
||||
ADD etcdctl /usr/local/bin/
|
||||
RUN mkdir -p /var/etcd/
|
||||
|
||||
EXPOSE 2379 2380
|
||||
|
Loading…
x
Reference in New Issue
Block a user