We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pwd
1 parent d7e01a2 commit c2accebCopy full SHA for c2acceb
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