test-kemal
an example of kemal
- sqlite
- static linking
- docker multi-stage build
Installation
TODO Write installation instructions here
Usage
Docker
- build docker image
test-kemal
docker build -t test-kemal --build-arg http_proxy=$HTTP_PROXY .
- create docker network
mnet
docker network create -o com.docker.network.bridge.name=mnet mnet
- run docker container
test-kemal
in networkmnet
docker run -dit --name test-kemal --net mnet -p 3000:3000/tcp test-kemal
Docker compose
docker compose up -d
Development
TODO Write development instructions here
Contributing
- Fork it (https://github.com/your-github-user/test-kemal/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- lost22git - creator and maintainer