update makefile docker command

This commit is contained in:
Tony Li 2017-02-16 14:49:35 -08:00
parent 9bba947325
commit 5f8a40d392

View file

@ -11,7 +11,7 @@ container: server
docker build --pull -t $(PREFIX):$(TAG) .
push: container
gcloud docker push $(PREFIX):$(TAG)
gcloud docker -- push $(PREFIX):$(TAG)
clean:
rm -f glbc