Skip to content

Commit cb1079a

Browse files
authored
POM related changes for deploy (#97)
1 parent 1527c66 commit cb1079a

File tree

6 files changed

+264
-227
lines changed

6 files changed

+264
-227
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN mvn --batch-mode package -Pstandalone-app -Dlicense.skip=true
4040
# Image for FHIR Access Proxy binary with configuration knobs as environment vars.
4141
FROM eclipse-temurin:11-jdk-focal as main
4242

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

4646
ENV PROXY_PORT=8080
@@ -54,4 +54,4 @@ ENV BACKEND_TYPE="HAPI"
5454
ENV ACCESS_CHECKER="list"
5555
ENV RUN_MODE="PROD"
5656

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

0 commit comments

Comments
 (0)