Skip to content

Commit

Permalink
Improve examples/https-nginx dependency management
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent Rancourt committed Nov 5, 2015
1 parent 4711a87 commit 3c2a761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/https-nginx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) .
Expand Down

0 comments on commit 3c2a761

Please sign in to comment.