diff options
author | Michael Lando <ml636r@att.com> | 2017-10-15 08:25:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-15 08:25:27 +0000 |
commit | bc9318a1ff421e2a4822a02c66792ec8914b8620 (patch) | |
tree | 37d70779cbd09dfe10d2cd60a6dcafc00f082624 /sdc-os-chef/sdc-backend | |
parent | c4c4e2869573534bbf8154ff4b5aad3a87126c33 (diff) | |
parent | 0c3b1891ba08d419cc1e053a32f48563512fd9fb (diff) |
Merge "ONAP normative fixes"
Diffstat (limited to 'sdc-os-chef/sdc-backend')
-rw-r--r-- | sdc-os-chef/sdc-backend/Dockerfile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sdc-os-chef/sdc-backend/Dockerfile b/sdc-os-chef/sdc-backend/Dockerfile index 9052e74b52..dd38726be3 100644 --- a/sdc-os-chef/sdc-backend/Dockerfile +++ b/sdc-os-chef/sdc-backend/Dockerfile @@ -4,8 +4,6 @@ COPY chef-solo /root/chef-solo/ COPY chef-repo/cookbooks/. /root/chef-solo/cookbooks/ -#RUN python /root/chef-solo/cookbooks/sdc-normatives/files/default/get-pip.py - ADD onboarding-be-*.war ${JETTY_BASE}/webapps/ ADD catalog-be-*.war ${JETTY_BASE}/webapps/ |