We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe09551 commit 1149860Copy full SHA for 1149860
Makefile
@@ -1,4 +1,4 @@
1
-GO_DOCKER_RUN = docker run --rm -v $(shell pwd)/cmd/sync:/go/src/github.com/nginxinc/nginx-asg-sync/cmd/sync -v $(shell pwd)/build:/build -w /go/src/github.com/nginxinc/nginx-asg-sync/cmd/sync
+GO_DOCKER_RUN = docker run --rm -v $(shell pwd):/go/src/github.com/nginxinc/nginx-asg-sync -w /go/src/github.com/nginxinc/nginx-asg-sync/cmd/sync
2
GOLANG_CONTAINER = golang:1.10
3
4
all: amazon centos7 ubuntu-trusty ubuntu-xenial
0 commit comments