We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 601ac1e + c9933e4 commit 178978cCopy full SHA for 178978c
docker-compose.yml
@@ -4,6 +4,9 @@ services:
4
image: node:6.7.0
5
container_name: iClientReact
6
restart: always
7
+ environment:
8
+ - HOST=${HOST_SERVER_ICLIENT}
9
+ - jsonStubHeaders=${jsonStubHeadersIClient}
10
ports:
11
- "8081:80"
12
volumes:
package.json
@@ -37,6 +37,7 @@
37
},
38
"scripts": {
39
"test": "jest",
40
+ "build": "webpack",
41
"webpack": "webpack -w",
42
"serve": "http-server -o -c 1 -p 80",
43
"dev": "npm-run-all --parallel webpack serve",
0 commit comments