summaryrefslogtreecommitdiffstats
path: root/utils/webseal-simulator/sdc-simulator/Dockerfile
blob: 411cdc899654b1a9d49c44d331e3923bc3db32ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
FROM onap/base_sdc-jetty:1.6.0

COPY chef-solo /root/chef-solo/

COPY chef-repo/cookbooks /root/chef-solo/cookbooks/

ADD WSSimulator*.war                    	${JETTY_BASE}/webapps/

USER root

RUN chown -R jetty:jetty               		${JETTY_BASE}/webapps

COPY startup.sh /root/

RUN chmod 777 /root/startup.sh

ENTRYPOINT [ "/root/startup.sh" ]