mirror of https://github.com/docker/compose.git
4 lines
95 B
Plaintext
4 lines
95 B
Plaintext
|
#!/bin/sh
|
||
|
docker build -t fig .
|
||
|
docker run -v `pwd`/dist:/code/dist fig pyinstaller -F bin/fig
|