aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhihui wu <wu.zhihui1@zte.com.cn>2018-03-20 10:22:21 +0800
committerzhihui wu <wu.zhihui1@zte.com.cn>2018-03-20 10:22:21 +0800
commit09de8970bce0fdfd3e58b92c5981caa1bbcda88a (patch)
tree4a45dcc8ec497f3bb9eb0bb87fc69192b5ffba08
parent7caa49f07b45f24c22aeade51985bf8efbd6c222 (diff)
Change nettest export port to 5000
I misunderstood this export port before.Change it to the previous value. Change-Id: I8366c27d8763ea1c8eb140dbbb37cfcffe414dbf Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
-rw-r--r--contrib/nettest/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/nettest/Dockerfile b/contrib/nettest/Dockerfile
index a0ecabf9..272569d6 100644
--- a/contrib/nettest/Dockerfile
+++ b/contrib/nettest/Dockerfile
@@ -38,7 +38,7 @@ RUN pip install -U pip \
&& pip install -r $DOCKYARD_SRCPROJ/requirements.txt
# Port to expose
-EXPOSE 5001
+EXPOSE 5000
# Copy entrypoint script into the image
WORKDIR $DOCKYARD_SRCPROJ