Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 319 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 319 Bytes

docker_bun

To install dependencies:

bun install

To run:

bun run main.ts

This project was created using bun init in bun v1.1.20. Bun is a fast all-in-one JavaScript runtime.

docker build -t bun_test:1.0.0 . && docker run -itd --name test -p 8435:3000 bun_test:1.0.0