do the same for nginx
This commit is contained in:
parent
5f8a40d392
commit
f32ef32489
1 changed files with 1 additions and 1 deletions
|
@ -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 "+ $@"
|
||||
|
|
Loading…
Reference in a new issue