Add start script for Docker image, pre-commit lint check, package.json scripts cleanup
parent
73bd7aab89
commit
5481ccb91f
@ -1,2 +1,4 @@
|
|||||||
|
node_modules
|
||||||
|
|
||||||
.vscode
|
.vscode
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|||||||
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
node db/init.js \
|
||||||
|
&& node app.js --prod $@
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue