Skip to content

Commit

Permalink
Add swagger-generator module to Dockerfile
Browse files Browse the repository at this point in the history
This is needed because docker build will otherwise fail due to maven
complaining about missing modules
  • Loading branch information
Blackclaws committed Dec 10, 2019
1 parent e4c6b58 commit 5415fe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ COPY ./google_checkstyle.xml ${GEN_DIR}
COPY ./modules/swagger-codegen-maven-plugin ${GEN_DIR}/modules/swagger-codegen-maven-plugin
COPY ./modules/swagger-codegen-cli ${GEN_DIR}/modules/swagger-codegen-cli
COPY ./modules/swagger-codegen ${GEN_DIR}/modules/swagger-codegen
COPY ./modules/swagger-generator ${GEN_DIR}/modules/swagger-generator
COPY ./pom.xml ${GEN_DIR}

# Pre-compile swagger-codegen-cli
Expand Down

0 comments on commit 5415fe8

Please sign in to comment.