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"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "npm run bundle && node index.js",
|
||||
"start": "node index.js",
|
||||
"dev": "npm run bundle && gulp start",
|
||||
"bundle": "gulp bundle",
|
||||
"test": "npm run bundle && gulp test",
|
||||
|
Loading…
x
Reference in New Issue
Block a user