3 lines
95 B
Bash
Executable file
3 lines
95 B
Bash
Executable file
#!/bin/sh
|
|
docker build -t fig .
|
|
docker run -v `pwd`/dist:/code/dist fig pyinstaller -F bin/fig
|