mirror of
https://github.com/ducbao414/win32.run.git
synced 2025-12-16 17:22:51 +09:00
2 lines
142 B
Bash
2 lines
142 B
Bash
if [ ! -f "./package.json" ]; then echo "you should run this from project root"; exit 1; fi
|
|
docker run -it -v `pwd`:/var/local libarchive-llvm |