Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ COPY ./src ${GEN_DIR}/src
COPY ./pom.xml ${GEN_DIR}
# Pre-compile openapi-generator-cli
RUN mvn -am -pl . package
# # Remove src dir
# # Remove src + samples dirs
RUN rm -rf src
RUN rm -rf samples

# multi stage build, jar in smaller image
FROM openjdk:11.0-jre-buster
Expand Down