diff options
author | Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com> | 2018-03-06 14:27:17 -0500 |
---|---|---|
committer | Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com> | 2018-03-06 14:27:17 -0500 |
commit | 64cf8e703644f01ef1efde65c86a60ec3e377a5a (patch) | |
tree | c83acc5d45a556dddeed392b7729a184208b1d55 /distribution/tomcat | |
parent | 0fec5f6d51014d07449c3b9a3c62d77f6c5d0a57 (diff) |
Unit Tests for Sonar and Functional Test Docker
Change-Id: Ib8156f44cf08f220de2a74ef8237b30deaf4df7a
Issue-ID: MUSIC-40, MUSIC-32
Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
Diffstat (limited to 'distribution/tomcat')
-rw-r--r-- | distribution/tomcat/Dockerfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/distribution/tomcat/Dockerfile b/distribution/tomcat/Dockerfile new file mode 100644 index 00000000..7d4f2ad9 --- /dev/null +++ b/distribution/tomcat/Dockerfile @@ -0,0 +1,3 @@ +FROM library/tomcat:8.5 +LABEL purpose="Tomcat for MUSIC" + |