Skip to content

Commit

Permalink
Merge pull request #33 from highideas/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
GabrielDeveloper authored Jan 11, 2017
2 parents 601ac1e + c9933e4 commit 178978c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ services:
image: node:6.7.0
container_name: iClientReact
restart: always
environment:
- HOST=${HOST_SERVER_ICLIENT}
- jsonStubHeaders=${jsonStubHeadersIClient}
ports:
- "8081:80"
volumes:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
},
"scripts": {
"test": "jest",
"build": "webpack",
"webpack": "webpack -w",
"serve": "http-server -o -c 1 -p 80",
"dev": "npm-run-all --parallel webpack serve",
Expand Down

0 comments on commit 178978c

Please sign in to comment.