Merge pull request #16862 from krancour/fix-https-nginx-deps
Auto commit by PR queue bot
This commit is contained in:
commit
76c25617c5
|
@ -11,7 +11,7 @@ keys:
|
|||
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout $(KEY) -out $(CERT) -subj "/CN=nginxsvc/O=nginxsvc"
|
||||
|
||||
secret:
|
||||
CGO_ENABLED=0 GOOS=linux go run -a -installsuffix cgo -ldflags '-w' make_secret.go -crt $(CERT) -key $(KEY) > $(SECRET)
|
||||
godep go run make_secret.go -crt $(CERT) -key $(KEY) > $(SECRET)
|
||||
|
||||
container:
|
||||
docker build -t $(PREFIX):$(TAG) .
|
||||
|
|
Loading…
Reference in New Issue