From 23ff044e78277b2fdf07c5d3868a0433f92d02f4 Mon Sep 17 00:00:00 2001
From: NetOps <idcnetops@tarento.com>
Date: Mon, 21 Mar 2022 15:38:40 +0530
Subject: [PATCH] Added Dockerfile.build

---
 Dockerfile.build | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 Dockerfile.build

diff --git a/Dockerfile.build b/Dockerfile.build
new file mode 100644
index 0000000..f835b2f
--- /dev/null
+++ b/Dockerfile.build
@@ -0,0 +1,7 @@
+FROM openjdk:8
+
+RUN apt update && apt install maven -y
+
+COPY . /opt
+WORKDIR /opt
+RUN mvn clean install -DskipTests=true
-- 
GitLab