Commit 23ff044e authored by NetOps's avatar NetOps
Browse files

Added Dockerfile.build

parent 7436e2a6
No related merge requests found
Showing with 7 additions and 0 deletions
+7 -0
FROM openjdk:8
RUN apt update && apt install maven -y
COPY . /opt
WORKDIR /opt
RUN mvn clean install -DskipTests=true
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment