We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 968d876 + 2f424f3 commit bdbc1f5Copy full SHA for bdbc1f5
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM jimschubert/8-jdk-alpine-mvn:1.0
+FROM maven:3-jdk-8-alpine
2
3
RUN set -x && \
4
apk add --no-cache bash
@@ -18,6 +18,7 @@ COPY ./google_checkstyle.xml ${GEN_DIR}
18
COPY ./modules/swagger-codegen-maven-plugin ${GEN_DIR}/modules/swagger-codegen-maven-plugin
19
COPY ./modules/swagger-codegen-cli ${GEN_DIR}/modules/swagger-codegen-cli
20
COPY ./modules/swagger-codegen ${GEN_DIR}/modules/swagger-codegen
21
+COPY ./modules/swagger-generator ${GEN_DIR}/modules/swagger-generator
22
COPY ./pom.xml ${GEN_DIR}
23
24
# Pre-compile swagger-codegen-cli
0 commit comments