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

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