test-kemal

an example of kemal

Installation

TODO Write installation instructions here

Usage

Docker

docker build -t test-kemal --build-arg http_proxy=$HTTP_PROXY  .
docker network create -o com.docker.network.bridge.name=mnet mnet
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

  1. Fork it (https://github.com/your-github-user/test-kemal/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors