1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-02-07 19:30:18 +02:00
focalboard/server/modd.conf

5 lines
137 B
Plaintext
Raw Normal View History

**/*.go !**/*_test.go {
prep: go build -o ../bin/octoserver ./main
2020-12-04 16:03:09 +01:00
daemon +sigterm: cd .. && ./bin/octoserver $OCTOSERVER_ARGS
}