Skip to content

Commit

Permalink
Update docker image link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
fongsean committed Jul 2, 2024
1 parent d23349b commit adcc8d3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion push-extract-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ set -xe
cd services/extract-express && npm run compile && cd -

# Build the Docker image for multiple architectures, then push to Docker Hub.
docker buildx build --file ./services/extract-express/Dockerfile --tag aehrc/smart-forms-extract \
docker buildx build --file ./services/extract-express/Dockerfile --tag aehrc/smart-forms-extract:latest \
--platform linux/amd64,linux/arm64/v8 --push --no-cache .
2 changes: 2 additions & 0 deletions services/extract-express/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ Run `docker run -p 3003:3003 aehrc/smart-forms-extract` for local usage.

You can use `docker run -p 3003:3003 -e EHR_SERVER_URL=https://proxy.smartforms.io/fhir aehrc/smart-forms-extract` to use the POC $transform operation.

Docker image: https://hub.docker.com/r/aehrc/smart-forms-extract

## Sample implementation
A sample implementation of this service is available at https://proxy.smartforms.io/fhir/QuestionnaireResponse/$extract.
2 changes: 1 addition & 1 deletion services/extract-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extract-express",
"version": "0.2.0",
"version": "0.3.0",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit adcc8d3

Please sign in to comment.