diff options
author | Yuli Shlosberg <ys9693@att.com> | 2018-09-25 17:16:48 +0300 |
---|---|---|
committer | Michael Lando <michael.lando@intl.att.com> | 2018-10-02 11:27:35 +0000 |
commit | af70a208702df2d178bd1f57f6739e6b07d36b66 (patch) | |
tree | 4bc79bcd2adb977d1f3d205771dcf9f6563a1488 /utils/webseal-simulator/sdc-simulator/Dockerfile | |
parent | de7a7a210781703033b112e0914143262141f3e3 (diff) |
fix security violation
Change-Id: I78adf42e6a328e782b4db394fa1a90c17bea9f17
Issue-ID: SDC-1725
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
Diffstat (limited to 'utils/webseal-simulator/sdc-simulator/Dockerfile')
-rw-r--r-- | utils/webseal-simulator/sdc-simulator/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/webseal-simulator/sdc-simulator/Dockerfile b/utils/webseal-simulator/sdc-simulator/Dockerfile index ca74a81484..d88d01a053 100644 --- a/utils/webseal-simulator/sdc-simulator/Dockerfile +++ b/utils/webseal-simulator/sdc-simulator/Dockerfile @@ -4,7 +4,7 @@ COPY chef-solo /root/chef-solo/ COPY chef-repo/cookbooks /root/chef-solo/cookbooks/ -RUN cp ${JETTY_HOME}/resources/log4j.properties ${JETTY_BASE}/resources/log4j.properties +#RUN cp ${JETTY_HOME}/resources/log4j.properties ${JETTY_BASE}/resources/log4j.properties ADD WSSimulator*.war ${JETTY_BASE}/webapps/ |