Commit 5a557703 authored by NetOps's avatar NetOps
Browse files

Add new file

parent bd980e8f
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
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