Commit b4a9a6e5 authored by NetOps's avatar NetOps
Browse files

Update Dockerfile.build

Showing with 1 addition and 1 deletion
+1 -1
......@@ -4,4 +4,4 @@ RUN apt update && apt install maven -y
COPY . /opt
WORKDIR /opt
RUN mvn clean install
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