Skip to content

Commit

Permalink
Updated sample flows and docker test env
Browse files Browse the repository at this point in the history
  • Loading branch information
ipamaas committed Mar 8, 2022
1 parent ed193bb commit 8136198
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Try to avoid large Pull Requests as it will take longer to review them.
## Development Setup

Requirements:
- Setup [Node.js](http://nodejs.org) **version 8+**
- Setup [Node.js](http://nodejs.org) **version 14+**
- Setup [Docker Desktop](https://www.docker.com/products/docker-desktop)
- or use other Docker Hosts

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN npm install --unsafe-perm --no-update-notifier --no-fund --only=production
# copy your settings and flows files to that volume instead.
COPY docker/settings.js /data/settings.js
COPY docker/flows_cred.json /data/flows_cred.json
COPY docker/flows.json /data/flows.json
COPY doc/flows/test-flow.json /data/flows.json

# Copy entrypoint.sh
COPY docker/entrypoint.sh /data/entrypoint.sh
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions doc/flows/sample-flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
}
],
"uuid": "9cea7bd1-3a6f-4fbc-857a-f94fa050c045",
"url": "ws://10.15.26.12:8085",
"url": "http://host.docker.internal:8085",
"token": "9cea7bd1",
"description": "This is my sample application generated by MSB Studio",
"serviceType": "Application",
Expand Down Expand Up @@ -601,4 +601,4 @@
]
]
}
]
]
4 changes: 2 additions & 2 deletions doc/flows/test-flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
}
],
"uuid": "9cea7bd1-3a6f-4fbc-857a-f94fa050c045",
"url": "ws://10.15.26.12:8085",
"url": "http://host.docker.internal:8085",
"token": "9cea7bd1",
"description": "This is my sample application generated by MSB Studio",
"serviceType": "Application",
Expand Down Expand Up @@ -601,4 +601,4 @@
]
]
}
]
]

0 comments on commit 8136198

Please sign in to comment.