From de7eb474a77daa7eaf5d9b88f8821f70acb6dac6 Mon Sep 17 00:00:00 2001 From: Boris Cherny Date: Thu, 9 Nov 2017 14:14:32 -0800 Subject: [PATCH] add docker-specific start script See https://github.com/webpack/webpack-dev-server/issues/547#issuecomment-284737321 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0cc722c9..33356049 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "lint": "tslint src/**/*", "pretest": "npm run build", "start": "webpack-dev-server", + "start:docker": "webpack-dev-server --host 0.0.0.0", "tdd": "concurrently -k 'jest --watch' 'npm run start' 'npm run watch'", "test": "jest", "watch": "webpack -w" @@ -89,4 +90,4 @@ }, "testRegex": "(\\.|/)test\\.(tsx?)$" } -} +} \ No newline at end of file