Skip to content

Commit 10ca8f1

Browse files
committed
move out docker
1 parent 2bc90dd commit 10ca8f1

File tree

7 files changed

+872
-752
lines changed

7 files changed

+872
-752
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
./manager
2+
./rproxy
3+
14
# Created by https://www.toptal.com/developers/gitignore/api/python,node,go,visualstudiocode
25
# Edit at https://www.toptal.com/developers/gitignore?templates=python,node,go,visualstudiocode
36

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ all: build clean start
44

55
build: manager rproxy
66

7-
manager: ./cmd/manager/main.go ./cmd/manager/util.go
7+
manager: ./cmd/manager/main.go
88
@go build -o ./manager ./cmd/manager/*.go
99

1010
rproxy: ./cmd/rproxy/main.go

0 commit comments

Comments
 (0)