Skip to content

Commit c2acceb

Browse files
committed
Ensure pwd/dist exists always and is 777.
Fixes #192 Signed-off-by: Scott M. Likens <scott@likens.us>
1 parent d7e01a2 commit c2acceb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

script/build-linux

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
#!/bin/sh
2+
mkdir -p `pwd`/dist
3+
chmod 777 `pwd`/dist
24
docker build -t fig .
35
docker run -v `pwd`/dist:/code/dist fig pyinstaller -F bin/fig

0 commit comments

Comments
 (0)