Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 4aa699b

Browse files
committed
modified HAPI FHIR docker images
1 parent f43ee8a commit 4aa699b

5 files changed

Lines changed: 10 additions & 2 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
FROM hapiproject/hapi:v5.2.0
2+
WORKDIR /usr/local/tomcat/webapps
3+
RUN apt update && apt install unzip && unzip ROOT.war -d ROOT
4+
COPY ./sample-logo.jpg /usr/local/tomcat/webapps/ROOT/img/sample-logo.jpg
31.7 KB
Loading
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
FROM hapiproject/hapi:v5.2.0
2+
WORKDIR /usr/local/tomcat/webapps
3+
RUN apt update && apt install unzip && unzip ROOT.war -d ROOT
4+
COPY ./sample-logo.jpg /usr/local/tomcat/webapps/ROOT/img/sample-logo.jpg
26.3 KB
Loading

codex-processes-ap1-docker-test-setup/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ services:
131131
secrets:
132132
- dic-bpe-postgres_password
133133
dic-fhir-store:
134-
image: hapiproject/hapi:v5.2.0
134+
build: ./dic/hapi
135135
restart: on-failure
136136
ports:
137137
- 127.0.0.1:8003:8080
@@ -369,7 +369,7 @@ services:
369369
secrets:
370370
- crr-bpe-postgres_password
371371
crr-fhir-store:
372-
image: hapiproject/hapi:v5.2.0
372+
build: ./crr/hapi
373373
restart: on-failure
374374
ports:
375375
- 127.0.0.1:8005:8080

0 commit comments

Comments
 (0)