Skip to content

Commit

Permalink
replace jdk with jre image
Browse files Browse the repository at this point in the history
  • Loading branch information
bennsimon committed Apr 8, 2022
1 parent 4443d12 commit 898f046
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 @@ -11,7 +11,7 @@ RUN mvn clean package -DskipTests
RUN mkdir -p ${DHIS2_HOME}/services/fhir-adapter \
&& cp /tmp/dhis2-fhir-adapter/app/target/dhis2-fhir-adapter.war ${DHIS2_HOME}/main.war

FROM openjdk:8-jdk-slim AS deploy
FROM openjdk:8-jre-slim AS deploy

# specify the DHIS2_HOME environment variable
ENV DHIS2_HOME=/app
Expand Down

0 comments on commit 898f046

Please sign in to comment.