do the same for nginx

This commit is contained in:
Tony Li 2017-02-16 17:12:33 -08:00
parent 5f8a40d392
commit f32ef32489

View file

@ -24,7 +24,7 @@ container: build
docker build --pull -t $(PREFIX):$(RELEASE) rootfs
push: container
gcloud docker push $(PREFIX):$(RELEASE)
gcloud docker -- push $(PREFIX):$(RELEASE)
fmt:
@echo "+ $@"