From 64cf8e703644f01ef1efde65c86a60ec3e377a5a Mon Sep 17 00:00:00 2001 From: "Thomas Nelson Jr (arthurdent3) tn1381@att.com" Date: Tue, 6 Mar 2018 14:27:17 -0500 Subject: 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 --- distribution/tomcat/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 distribution/tomcat/Dockerfile (limited to 'distribution/tomcat/Dockerfile') 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" + -- cgit 1.2.3-korg