Remove the container after use

This commit is contained in:
Philipp Möller 2015-10-01 09:54:29 +02:00
parent aa8eccead6
commit 8be6fd9ecf
1 changed files with 1 additions and 0 deletions

View File

@ -333,6 +333,7 @@ if [ -n "$DO_PUBLIC" ]; then
container_id=`docker ps -q -l`
docker start -a ${container_id}
docker cp ${container_id}:/nsis_release/${public_release_name}-Setup.exe "${HTML_DIR}/${release_name}-public/"
docker rm ${container_id}
fi
# Remove local directory and tarball