mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
9 lines
122 B
Bash
Executable file
9 lines
122 B
Bash
Executable file
#!/bin/bash
|
|
|
|
readonly CONF=/build/env.config
|
|
|
|
source ${CONF}
|
|
|
|
cd /build
|
|
echo "starting the wekan service..."
|
|
node main.js
|