mirror of
https://github.com/docker/docs.git
synced 2026-04-01 00:38:52 +07: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
|