Clean before doing a build so that we don't include stale build artifacts
in the binaries. Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
dbc68ca747
commit
9be748f85c
3 changed files with 7 additions and 0 deletions
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
set -ex
|
||||
|
||||
./script/clean
|
||||
|
||||
TAG="docker-compose"
|
||||
docker build -t "$TAG" .
|
||||
docker run \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue