Improve docker configs and use web.sik.party:8000 as default backend

This commit is contained in:
Jan Tuomi
2018-08-21 20:13:49 +03:00
parent 63d390aaff
commit a0e05a69e9
9 changed files with 29 additions and 31 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
"start-dev": "webpack-dev-server --config=configs/webpack/dev.js",
"serve": "node dist/js/server.js",
"start-prod": "npm run build && npm run serve",
"mock-backend": "json-server --watch db.json -p 1234",
"mock-backend": "json-server --watch db.json -H 0.0.0.0 -p 1234",
"test": "npm-run-all lint test:e2e",
"test:e2e": "npm-run-all -s build test:e2e:run",
"test:e2e:run": "npm-run-all -p -r mock-backend serve test:e2e:testcafe",