pull/429/head
Hunter Long 2020-03-14 23:09:03 -07:00
parent dc3ae74070
commit ef42b386cd
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ compose-build-full: docker-base
docker-compose -f docker-compose.yml -f dev/docker-compose.full.yml build --parallel --build-arg VERSION=${VERSION}
docker-base:
docker build -t statping/statping:base -f Dockerfile.base --no-cache --build-arg VERSION=${VERSION} .
docker build -t statping/statping:base -f Dockerfile.base --build-arg VERSION=${VERSION} .
docker-latest: docker-base
docker build -t statping/statping:latest --build-arg VERSION=${VERSION} .