- Checkout this buildpack repo to a
deno-buildpack
directory. - run
scripts/build.sh
- Create a
deno-sample-app
directory with at least amain.ts
file containing simple deno program - Run
pack set-default-builder paketobuildpacks/builder:base
- Run
pack build test-deno-app --path ./deno-sample-app --buildpack ./deno-buildpack
- Run
docker run --rm --name deno-test -p 8080:8080 test-deno-app
- Finally, you can destroy the running container with
docker rm -f deno-test
-
Notifications
You must be signed in to change notification settings - Fork 0
A POC https://deno.land buildpack built in the style of https://paketo.io
andymoe/deno-buildpack
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A POC https://deno.land buildpack built in the style of https://paketo.io
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published