mirror of
https://github.com/plankanban/planka.git
synced 2025-12-21 17:25:39 +03:00
Add start script for Docker image, pre-commit lint check, package.json scripts cleanup
This commit is contained in:
4
docker-start.sh
Executable file
4
docker-start.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
node db/init.js \
|
||||
&& node app.js --prod $@
|
||||
Reference in New Issue
Block a user