Skip to content

Commit 36f8c3d

Browse files
committed
Enhances Docker Set up documentation
1 parent df264b4 commit 36f8c3d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docker/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To load this dataset into the HAPI FHIR image, do the following:
3030
-O fhir.zip
3131
```
3232

33-
3. Unzip the file, a directory named `fhir` should be created containig JSON
33+
3. Unzip the file, a directory named `fhir` should be created containing JSON
3434
files:
3535

3636
```
@@ -42,6 +42,10 @@ To load this dataset into the HAPI FHIR image, do the following:
4242
repo to upload the files into the HAPI FHIR container
4343
`docker run -it --network=host \ -e SINK_TYPE="HAPI" \ -e FHIR_ENDPOINT=http://localhost:8080/fhir \ -e INPUT_DIR="/workspace/output/fhir" \ -e CORES="--cores 1" \ -v $(pwd)/fhir:/workspace/output/fhir \ us-docker.pkg.dev/cloud-build-fhir/fhir-analytics/synthea-uploader:latest`
4444

45+
_Note:_ The `$(pwd)/fhir` part of the command mounts the local `fhir`
46+
directory (created in step 3) into the container at `/workspace/output/fhir`,
47+
which is where the uploader expects to find the files.
48+
4549
5. As the uploader uses `POST` to upload the JSON files, the server will create
4650
the ID used to refer to resources. We would like to upload a patient list
4751
example, but to do so, we need to fetch the IDs from the server. To do so,

0 commit comments

Comments
 (0)