mirror of
https://github.com/xxh/xxh
synced 2024-11-14 08:17:18 +00:00
5 lines
No EOL
153 B
Python
5 lines
No EOL
153 B
Python
#!/usr/bin/env xonsh
|
|
|
|
mkdir -p build
|
|
docker build . -f xxh-appimage.Dockerfile -t tmp/xxh-appimage
|
|
docker run --rm -v $PWD/build:/result tmp/xxh-appimage |