feat: dockerfile and github based CI build for Africastalking variant (#174)

## Summary

* fixed missing error handler in main
* add injectable build string in main
* add (dynamically linked) docker build
* add github CI workflow
* add extra but useful dev files in dev folder

* closes #93

## Notes

* We'll move to a self-hosted CI runner once it is installed on Gitea.

Reviewed-on: urdt/ussd#174
Co-authored-by: Mohammed Sohail <sohailsameja@gmail.com>
Co-committed-by: Mohammed Sohail <sohailsameja@gmail.com>
This commit is contained in:
2024-11-19 15:15:24 +01:00
committed by Mohamed Sohail
parent 109a2a2020
commit 66b5843b0d
7 changed files with 145 additions and 3 deletions

13
.dockerignore Normal file
View File

@@ -0,0 +1,13 @@
/**
!/cmd/africastalking
!/common
!/config
!/initializers
!/internal
!/models
!/remote
!/services
!/LICENSE
!/README.md
!/go.*
!/.env