Skip to content

Commit

Permalink
POM related changes for deploy (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
bashir2 authored Feb 13, 2023
1 parent 1527c66 commit cb1079a
Show file tree
Hide file tree
Showing 6 changed files with 264 additions and 227 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN mvn --batch-mode package -Pstandalone-app -Dlicense.skip=true
# Image for FHIR Access Proxy binary with configuration knobs as environment vars.
FROM eclipse-temurin:11-jdk-focal as main

COPY --from=build /app/exec/target/exec-0.1.0.jar /
COPY --from=build /app/exec/target/exec-0.1.1.jar /
COPY resources/hapi_page_url_allowed_queries.json resources/hapi_page_url_allowed_queries.json

ENV PROXY_PORT=8080
Expand All @@ -54,4 +54,4 @@ ENV BACKEND_TYPE="HAPI"
ENV ACCESS_CHECKER="list"
ENV RUN_MODE="PROD"

ENTRYPOINT java -jar exec-0.1.0.jar --server.port=${PROXY_PORT}
ENTRYPOINT java -jar exec-0.1.1.jar --server.port=${PROXY_PORT}
Loading

0 comments on commit cb1079a

Please sign in to comment.