Skip to content
Snippets Groups Projects
Commit 2b53145f authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

update dockerfile

parent afa9c03f
No related branches found
No related tags found
1 merge request!28Swagger
......@@ -33,6 +33,7 @@ COPY gradlew .
COPY nshmp-lib ../nshmp-lib
COPY settings.gradle .
COPY src src
COPY openapi.properties .
RUN ./gradlew --no-daemon assemble \
&& mv ${libs_dir}/*-all.jar ${jar_file}
......
......@@ -118,3 +118,4 @@ task swaggerClean(type: Delete) {
}
clean.dependsOn swaggerClean
assemble.dependsOn swagger
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment