Skip to content

Commit a8209c8

Browse files
committed
test(compose.yml): run openemr.sh in -x mode when testing
1 parent caebc46 commit a8209c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/openemr/compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ services:
2828
depends_on:
2929
mysql:
3030
condition: service_healthy
31+
entrypoint:
32+
- /bin/sh
33+
- -x
3134
environment:
3235
MANUAL_SETUP: 'no'
3336
MYSQL_HOST: mysql

0 commit comments

Comments
 (0)