Skip to content

Commit 5415fe8

Browse files
committed
Add swagger-generator module to Dockerfile
This is needed because docker build will otherwise fail due to maven complaining about missing modules
1 parent e4c6b58 commit 5415fe8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ COPY ./google_checkstyle.xml ${GEN_DIR}
1818
COPY ./modules/swagger-codegen-maven-plugin ${GEN_DIR}/modules/swagger-codegen-maven-plugin
1919
COPY ./modules/swagger-codegen-cli ${GEN_DIR}/modules/swagger-codegen-cli
2020
COPY ./modules/swagger-codegen ${GEN_DIR}/modules/swagger-codegen
21+
COPY ./modules/swagger-generator ${GEN_DIR}/modules/swagger-generator
2122
COPY ./pom.xml ${GEN_DIR}
2223

2324
# Pre-compile swagger-codegen-cli

0 commit comments

Comments
 (0)