Code Review
/
qtip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
7caa49f
)
Change nettest export port to 5000
43/54143/1
author
zhihui wu
<wu.zhihui1@zte.com.cn>
Tue, 20 Mar 2018 02:22:21 +0000
(10:22 +0800)
committer
zhihui wu
<wu.zhihui1@zte.com.cn>
Tue, 20 Mar 2018 02:22:21 +0000
(10:22 +0800)
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>
contrib/nettest/Dockerfile
patch
|
blob
|
history
diff --git
a/contrib/nettest/Dockerfile
b/contrib/nettest/Dockerfile
index
a0ecabf
..
272569d
100644
(file)
--- 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 500
1
+EXPOSE 500
0
# Copy entrypoint script into the image
WORKDIR $DOCKYARD_SRCPROJ