Skip to content

Commit

Permalink
fix: patient management path
Browse files Browse the repository at this point in the history
  • Loading branch information
Apoorva64 committed Oct 12, 2024
1 parent 8d72da6 commit 72613c7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ RUN ln -s /opt/apache-maven-3.9.9 /opt/maven
ENV PATH="/opt/maven/bin:${PATH}"
USER quarkus
WORKDIR /code
RUN mvn -B -f /code/alert-management/pom.xml -DskipTests clean package -Dnative
RUN mvn -B -f /code/patient-management/pom.xml -DskipTests clean package -Dnative

## Stage 2 : create the docker final image
FROM quay.io/quarkus/quarkus-micro-image:2.0
WORKDIR /work/
COPY --from=build /code/alert-management/target/*-runner /work/application
COPY --from=build /code/patient-management/target/*-runner /work/application

# set up permissions for user `1001`
RUN chmod 775 /work /work/application \
Expand Down

0 comments on commit 72613c7

Please sign in to comment.