Skip to content

Commit

Permalink
chore: updates Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelErpi committed Oct 31, 2023
1 parent ae348c5 commit aa429e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY --chown=gradle:gradle . .
RUN gradle clean build --info && \
gradle jacocoTestReport && \
awk -F"," '{ instructions += $4 + $5; covered += $5 } END { print covered, "/", instructions, " instructions covered"; print 100*covered/instructions, "% covered" }' build/jacoco/coverage.csv && \
java -Djarmode=layertools -jar build/libs/obds-to-fhir-0.0.1.jar extract
java -Djarmode=layertools -jar build/libs/obds-to-fhir-*.jar extract

FROM gcr.io/distroless/java17-debian11@sha256:dc6e301e2731abe1670877491f0548616c29ff56a3dbef8fcda68113684bd19a
WORKDIR /opt/obds-to-fhir
Expand Down

0 comments on commit aa429e3

Please sign in to comment.