Skip to content

Commit

Permalink
Merge pull request #66 from openhie/mv-utils
Browse files Browse the repository at this point in the history
Move utils from platform to base instant OpenHIE
  • Loading branch information
bradsawadye authored Jan 19, 2024
2 parents c35c3e0 + 52c3724 commit 8eb06dc
Show file tree
Hide file tree
Showing 6 changed files with 1,243 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"files.eol": "\n",
"files.insertFinalNewline": true,
Expand Down
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ RUN chmod +x /usr/local/bin/docker-compose
# remove orphan container warning
ENV COMPOSE_IGNORE_ORPHANS=1

# default ENV vars for instant container
ENV CLUSTERED_MODE false

# install node deps
ADD package.json .
ADD yarn.lock .
Expand All @@ -28,4 +31,7 @@ RUN yarn --production --frozen-lockfile
# add entrypoint script
ADD instant.ts .

# add util function scripts
ADD utils ./utils

ENTRYPOINT [ "yarn", "instant" ]
2 changes: 1 addition & 1 deletion cli/src/cmd/version/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.6
2.2.0
Loading

0 comments on commit 8eb06dc

Please sign in to comment.