Sign inSign up

grmvoid/bun

By grmvoid

•Updated over 1 year ago

Bun is a fast all-in-one JavaScript runtime.

Image
Languages & frameworks
0

3.2K

grmvoid/bun repository overview

⁠Quick reference

⁠How to use this image

Create a Dockerfile

FROM grmvoid/bun:1.1.38
COPY . /app
WORKDIR /app
CMD [ "bun", "./script.js" ]

Then, build and run the Docker image

docker build -t bun-app
docker run -it --rm --name custom-bun bun-app

⁠License

View license⁠ information for the software contained in this image.

Tag summary

Content type

Image

Digest

sha256:4b85ec9ae…

Size

42.2 MB

Last updated

over 1 year ago

docker pull grmvoid/bun:1.1