Contributions are welcome, including bug reports, implementing features or writing documentation.
The recommended way is to use docker compose:
- In the
docker-compose.ymlreplace theimage: bbernhard/signal-cli-rest-api:latestforbuild: "."
The development workflow is:
- Make changes in the source code.
- Build the image and run a container.
docker compose build
docker compose up
- Test the changes.
- Bring the container down.
docker compose down
- Repeat as many times as needed.
Follow the instructions in the docs readme page.