Skip to content

Commit

Permalink
P4ADEV-1341 fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
antocalo committed Nov 22, 2024
1 parent cf54c2f commit 3ff7eca
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 @@ -93,6 +93,7 @@ WORKDIR /build
COPY --chown=${APP_USER}:${APP_GROUP} build.gradle.kts settings.gradle.kts ./
COPY --chown=${APP_USER}:${APP_GROUP} gradle.lockfile ./
COPY --chown=${APP_USER}:${APP_GROUP} openapi openapi/
COPY --chown=${APP_USER}:${APP_GROUP} src/main/resources src/main/resources

# Generate OpenAPI stubs and download dependencies
RUN mkdir -p src/main/java && \
Expand Down

0 comments on commit 3ff7eca

Please sign in to comment.