Build scripts

This commit is contained in:
a 2021-03-14 15:22:51 +03:00
parent 506bcff9f0
commit 81a38febb9

View file

@ -2,4 +2,4 @@
mkdir -p build
docker build . -f xxh-appimage.Dockerfile -t tmp/xxh-appimage
docker run --rm -it -v $PWD/build:/result tmp/xxh-appimage
docker run --rm -v $PWD/build:/result tmp/xxh-appimage