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