update makefile docker command

This commit is contained in:
Tony Li 2017-02-16 14:49:35 -08:00
parent 6e3b7a14e0
commit 729984cec2

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