Skip to content

Commit c9933e4

Browse files
Merge pull request #32 from marcoaraujojunior/develop
Develop
2 parents ec97f04 + 18df5c6 commit c9933e4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ services:
44
image: node:6.7.0
55
container_name: iClientReact
66
restart: always
7+
environment:
8+
- HOST=${HOST_SERVER_ICLIENT}
9+
- jsonStubHeaders=${jsonStubHeadersIClient}
710
ports:
811
- "8081:80"
912
volumes:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
},
3838
"scripts": {
3939
"test": "jest",
40+
"build": "webpack",
4041
"webpack": "webpack -w",
4142
"serve": "http-server -o -c 1 -p 80",
4243
"dev": "npm-run-all --parallel webpack serve",

0 commit comments

Comments
 (0)