mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
*: scrub legacy ports from code and scripts
This commit is contained in:
@@ -12,7 +12,7 @@ cat <<DF > ${IMAGEDIR}/Dockerfile
|
||||
FROM scratch
|
||||
ADD etcd /
|
||||
ADD etcdctl /
|
||||
EXPOSE 4001 7001 2379 2380
|
||||
EXPOSE 2379 2380
|
||||
ENTRYPOINT ["/etcd"]
|
||||
DF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user