Skip to content

Commit 070267d

Browse files
authored
need to have these build params (#51)
1 parent 3ae11e4 commit 070267d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docker-compose-sdh.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ services:
1111
- backend
1212
ports:
1313
- "${ENVT_PORT}:80"
14+
build:
15+
context: ./gateway
1416

1517
frontend:
1618
image: openmrs/openmrs-reference-application-3-frontend:${FRONTEND_TAG:-qa}
@@ -25,6 +27,8 @@ services:
2527
timeout: 5s
2628
depends_on:
2729
- backend
30+
build:
31+
context: ./frontend
2832

2933
backend:
3034
image: openmrs/openmrs-reference-application-3-backend:${BACKEND_TAG:-qa}
@@ -44,6 +48,8 @@ services:
4448
timeout: 5s
4549
volumes:
4650
- openmrs-data:/openmrs/data
51+
build:
52+
context: .
4753

4854
# MariaDB
4955
db:

0 commit comments

Comments
 (0)