Skip to content

This project is a proof of concept to show how to build a minimal size image using `deno compile`.

License

Notifications You must be signed in to change notification settings

shinuza/minimal-docker-deno-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Purpose

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.

Table of Contents

Installation

To get started, ensure you have Deno installed. You can install Deno by following the instructions on the official website.

Usage

To run the project, use the following command:

deno task dev

To build the docker image

deno task build-docker

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-branch)
  3. Commit your changes (git commit -am 'Add new feature')
  4. Push to the branch (git push origin feature-branch)
  5. Create a new Pull Request

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

This project is a proof of concept to show how to build a minimal size image using `deno compile`.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published