aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMartin Ashby <martin@ashbysoft.com>2018-05-17 21:13:19 +0000
committerMartin Ashby <martin@ashbysoft.com>2018-05-17 21:13:19 +0000
commitcb16d30a23ad140e6b82e26ab0f348eb22fc8244 (patch)
tree092a75151d9228325b91f64fdd7814f9d6046c09 /package.json
parenta49102fc3e2f210236e653d5cf42fa1d1231b30a (diff)
downloadunicornpaint-cb16d30a23ad140e6b82e26ab0f348eb22fc8244.tar.gz
unicornpaint-cb16d30a23ad140e6b82e26ab0f348eb22fc8244.tar.bz2
unicornpaint-cb16d30a23ad140e6b82e26ab0f348eb22fc8244.tar.xz
unicornpaint-cb16d30a23ad140e6b82e26ab0f348eb22fc8244.zip
Changed websocket connection for ssl proper.
Dockerfile copies build to correct location.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6086efb..745911b 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,7 @@
"react-twitter-widgets": "^1.7.1"
},
"scripts": {
- "start": "react-scripts start",
+ "start": "export PORT=3001 && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"