Update dockerfile

This commit is contained in:
Dan Sosedoff
2019-07-24 17:28:15 -05:00
parent 25af34aa6a
commit 1334e48fc7
2 changed files with 3 additions and 3 deletions

View File

@@ -79,8 +79,8 @@ docker:
docker build -t pgweb .
docker-release:
docker build -t $(DOCKER_RELEASE_TAG) .
docker build -t $(DOCKER_LATEST_TAG) .
docker build --no-cache -t $(DOCKER_RELEASE_TAG) .
docker tag $(DOCKER_RELEASE_TAG) $(DOCKER_LATEST_TAG)
docker-push:
docker push $(DOCKER_RELEASE_TAG)