mirror of https://github.com/samply/bridgehead.git
Updated the fhir-transformer image and init_onco container to sleep after finishing
This commit is contained in:
parent
86a2b78d8f
commit
1b01bd81ff
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue