Skip to content

Commit

Permalink
Added parent-directory independent namespacing of docker resources fo…
Browse files Browse the repository at this point in the history
…r build
  • Loading branch information
Magnitus- committed Feb 19, 2018
1 parent 5bf72e0 commit 9b4f539
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
set -e

export DEFCONFIG=docker_rpi3_defconfig
docker-compose build
docker-compose run builder
docker-compose down
docker-compose -p rpikernelbuild build
docker-compose -p rpikernelbuild run builder
docker-compose -p rpikernelbuild down

0 comments on commit 9b4f539

Please sign in to comment.