update makefile docker command
This commit is contained in:
parent
9bba947325
commit
5f8a40d392
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue