Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 177 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 177 Bytes

Contributing

Build docker image.

docker build -t libjs .

Run the container.

docker run -it --rm -v $(pwd):/app --network host -p 8099:8099 libjs