mirror of
https://github.com/docker/compose.git
synced 2025-10-12 19:08:51 +02:00
4 lines
95 B
Bash
Executable File
4 lines
95 B
Bash
Executable File
#!/bin/sh
|
|
docker build -t fig .
|
|
docker run -v `pwd`/dist:/code/dist fig pyinstaller -F bin/fig
|