Skip to content

Commit

Permalink
do chown on /src/dist
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsgalore committed Nov 21, 2019
1 parent 36a216a commit d513215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-package-win.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function buildAndPackage(){
# https://docs.docker.com/engine/reference/run/#volume-shared-filesystems
docker run -v "$(pwd):/src/" --name temp-container "cdrx/pyinstaller-windows:${1}"
docker commit temp-container temp-image
docker run -v "$(pwd):/src/" --rm temp-image "chown 1000 -R /src/dist/windows"
docker run -v "$(pwd):/src/" --rm temp-image "chown 1000 -R /src/dist"
docker container rm temp-container
docker image rm temp-image
# Zip up the package and clean up
Expand Down

0 comments on commit d513215

Please sign in to comment.