Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 408 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 408 Bytes

unsafePerformIO

docker build -t wilfreddenton/unsafe-perform-io:1.0.1 .

docker run -d -p 8080:8080 \
           --name unsafe-perform-io \
           --mount type=bind,source=/root/db,target=/db \
           wilfreddenton/unsafe-perform-io:1.0.1

Resources