We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d600b34 commit 580affaCopy full SHA for 580affa
1 file changed
script/build-linux
@@ -1,5 +1,7 @@
1
#!/bin/sh
2
+set -ex
3
mkdir -p `pwd`/dist
4
chmod 777 `pwd`/dist
5
docker build -t fig .
6
docker run -v `pwd`/dist:/code/dist fig pyinstaller -F bin/fig
7
+docker run -v `pwd`/dist:/code/dist fig dist/fig --version
0 commit comments