Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 328 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 328 Bytes

A docker wrapper for the unicompile node package.

How to use

docker run --rm -it -v "${PWD}":/home/node/app/target pronovix/dp-unicompile:latest [options]

/home/node/app/target is constant, ${PWD} can be changed.

See the Unicompile docs for available options.