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 network 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

Repository

test-kemal

Owner
Statistic
  • 0
  • 0
  • 0
  • 0
  • 3
  • 7 months ago
  • September 7, 2023
License

MIT License

Links
Synced at

Mon, 20 May 2024 22:10:17 GMT

Languages