1
0
mirror of https://github.com/docker/compose.git synced 2025-04-08 17:05:13 +02:00

Ensure pwd/dist exists always and is 777.

Fixes 

Signed-off-by: Scott M. Likens <scott@likens.us>
This commit is contained in:
Scott M. Likens 2014-04-16 00:15:25 +00:00
parent d7e01a23f8
commit c2acceba4e

@ -1,3 +1,5 @@
#!/bin/sh
mkdir -p `pwd`/dist
chmod 777 `pwd`/dist
docker build -t fig .
docker run -v `pwd`/dist:/code/dist fig pyinstaller -F bin/fig