mirror of
https://github.com/wekan/wekan.git
synced 2026-02-17 13:38:07 +01:00
Add stacksmith scripts
This commit is contained in:
parent
38e8f52293
commit
d6127082e9
3 changed files with 117 additions and 0 deletions
9
stacksmith/user-scripts/run.sh
Executable file
9
stacksmith/user-scripts/run.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
readonly CONF=/build/env.config
|
||||
|
||||
source ${CONF}
|
||||
|
||||
cd /build
|
||||
echo "starting the wekan service..."
|
||||
node main.js
|
||||
Loading…
Add table
Add a link
Reference in a new issue