diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-09-04 17:30:43 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-09-04 17:30:43 +0800 |
commit | 09c0114f30a9e00679bf8745ab137b3265249697 (patch) | |
tree | 3d294626ac82a4d7a155ed0253e13433b6f41349 /res/assembly.xml | |
parent | 85833a782b2182e913034d9a574c5b0c775eeceb (diff) |
Add vnfres assembly.xml docker fileset
Change-Id: I4d14f86a2a61d45b59ad60c6ee54fa6e9854cdc1
Issue-ID: VFC-265
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'res/assembly.xml')
-rw-r--r-- | res/assembly.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/res/assembly.xml b/res/assembly.xml index 431d50e..b85e1d5 100644 --- a/res/assembly.xml +++ b/res/assembly.xml @@ -37,6 +37,14 @@ </includes> </fileSet> <fileSet> + <directory>docker</directory> + <outputDirectory>/docker</outputDirectory> + <includes> + <include>*.sh</include> + <include>Dockerfile</include> + </includes> + </fileSet> + <fileSet> <directory>assembly/dbscripts/mysql</directory> <outputDirectory>/assembly/dbscripts/mysql</outputDirectory> <includes> |