mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-18 10:49:02 +00:00
Updated container scripts/readme
This commit is contained in:
parent
409a68a9be
commit
db9fc83712
2
Procfile
2
Procfile
@ -1 +1 @@
|
|||||||
web: port=$PORT npm start
|
web: npm run bundle && port=$PORT npm start
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
"vinyl-source-stream": "^1.1.0"
|
"vinyl-source-stream": "^1.1.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "npm run bundle && node index.js",
|
"start": "node index.js",
|
||||||
"dev": "npm run bundle && gulp start",
|
"dev": "npm run bundle && gulp start",
|
||||||
"bundle": "gulp bundle",
|
"bundle": "gulp bundle",
|
||||||
"test": "npm run bundle && gulp test",
|
"test": "npm run bundle && gulp test",
|
||||||
|
@ -18,6 +18,7 @@ Simple encrypted web chat. Powered by [socket.io](http://socket.io) and the [web
|
|||||||
npm test
|
npm test
|
||||||
|
|
||||||
# Start a local instance of darkwire
|
# Start a local instance of darkwire
|
||||||
|
npm run bundle
|
||||||
npm start
|
npm start
|
||||||
|
|
||||||
# Changing ports, default is 3000
|
# Changing ports, default is 3000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user