This project is a proof of concept to show how to build a minimal size image using deno compile
. The goal is to demonstrate the capabilities of Deno in creating efficient and compact executables.
To get started, ensure you have Deno installed. You can install Deno by following the instructions on the official website.
To run the project, use the following command:
deno task dev
To build the docker image
deno task build-docker
Contributions are welcome! Please fork the repository and submit a pull request.
- Fork the repository
- Create a new branch (
git checkout -b feature-branch
) - Commit your changes (
git commit -am 'Add new feature'
) - Push to the branch (
git push origin feature-branch
) - Create a new Pull Request
This project is licensed under the MIT License. See the LICENSE file for details.