1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-24 08:22:29 +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 17:03:09 +02:00
daemon +sigterm: cd .. && ./bin/octoserver $OCTOSERVER_ARGS
}