do not cache gorush images.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2016-05-11 17:11:21 +08:00
parent d97ed3457f
commit c499d407b1
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ docker_build: clean
docker build --rm -t $(PRODUCTION_IMAGE) -f docker/Dockerfile.dist .
docker_test:
docker-compose -p ${PROJECT} -f docker/docker-compose.testing.yml build --no-cache gorush
docker-compose -p ${PROJECT} -f docker/docker-compose.testing.yml run --rm gorush
docker-compose -p ${PROJECT} -f docker/docker-compose.testing.yml down