diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-09-05 16:30:56 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-09-05 16:30:56 +0800 |
commit | b19cd10e7172bce9e9cded9b62aa9ef8655a2efb (patch) | |
tree | aac7d44478b2aaed1c5e56ed32992893402fb3bf /docker/Dockerfile | |
parent | 583408b26920a38ed189a3bc0a8df7c7ad5028be (diff) |
Fix vfc-catalog microservice port
Fix the port of vfc catalog and code indentation is
not canonical.
Change-Id: I88371420d49b1c2427179be854548db654b51d9c
Issue-ID: VFC-279
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'docker/Dockerfile')
-rwxr-xr-x | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 768906e6..ad89e7be 100755 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -35,7 +35,7 @@ RUN wget -q -O vfc-nfvo-catalog.zip 'https://nexus.onap.org/service/local/artifa unzip vfc-nfvo-catalog.zip && \ rm -rf vfc-nfvo-catalog.zip -EXPOSE 8403 +EXPOSE 8806 EXPOSE 3306 EXPOSE 6379 |