Skip to content

Commit cb11133

Browse files
committed
packages
1 parent 2d872f4 commit cb11133

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ EXPOSE 43004
1010
CMD ["node","srv/github-dev.js","--seneca.options.tag=github","--seneca.log.all"]
1111

1212
# build and run:
13-
# $ docker build -t nodezoo-github-03 .
14-
# $ docker run -d -p 44004:44004 -p 43004:43004 -e HOST=$(docker-machine ip default) -e REDIS=192.168.99.1 -e TOKEN=`cat srv/.ignore-token` --volumes-from nodezoo-level nodezoo-github-03
13+
# $ docker build -t nodezoo-github-04 .
14+
# $ docker run -d -p 44004:44004 -p 43004:43004 -e HOST=$(docker-machine ip default) -e REDIS=192.168.99.1 -e TOKEN=`cat srv/.ignore-token` --volumes-from nodezoo-level nodezoo-github-04
1515
# local docker ip:
1616
# $ docker-machine ip default
1717

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodezoo-github",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "nodezoo.com micro-service handling github meta data",
55
"main": "github.js",
66
"keywords": [
@@ -13,7 +13,7 @@
1313
"license": "MIT",
1414
"dependencies": {
1515
"github": "^0.2.2",
16-
"seneca": "^0.7.0",
16+
"seneca": "^0.7.1",
1717
"seneca-redis-transport": "^0.3.0",
1818
"seneca-level-store": "^0.2.3"
1919
}

0 commit comments

Comments
 (0)