Updated the fhir-transformer image and init_onco container to sleep after finishing

This commit is contained in:
tm16-medma 2025-04-03 15:04:01 +02:00 committed by GitHub
parent 86a2b78d8f
commit 1b01bd81ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -72,7 +72,8 @@ services:
mkdir -p ./prep &&
cp /shared/omock.json ./prep/omock.json &&
node ./mgDB/prep/preprocessor.mjs;
echo 'Processing complete';"
echo 'Processing complete';
tail -f /dev/null"
depends_on:
- mongo
- fhir-transformer