mirror of
https://github.com/docker/compose.git
synced 2026-07-11 18:54:35 +00:00
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
|