mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 15:00:15 +02:00
Updated the fhir-transformer image and init_onco container to sleep after finishing
This commit is contained in:
@ -72,7 +72,8 @@ services:
|
|||||||
mkdir -p ./prep &&
|
mkdir -p ./prep &&
|
||||||
cp /shared/omock.json ./prep/omock.json &&
|
cp /shared/omock.json ./prep/omock.json &&
|
||||||
node ./mgDB/prep/preprocessor.mjs;
|
node ./mgDB/prep/preprocessor.mjs;
|
||||||
echo 'Processing complete';"
|
echo 'Processing complete';
|
||||||
|
tail -f /dev/null"
|
||||||
depends_on:
|
depends_on:
|
||||||
- mongo
|
- mongo
|
||||||
- fhir-transformer
|
- fhir-transformer
|
||||||
|
Reference in New Issue
Block a user