Skip to content

Commit 1149860

Browse files
author
Peter Kelly
committed
Copy full path to docker after moving vendor dir
1 parent fe09551 commit 1149860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
1+
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
22
GOLANG_CONTAINER = golang:1.10
33

44
all: amazon centos7 ubuntu-trusty ubuntu-xenial

0 commit comments

Comments
 (0)