remove docker copy proto

This commit is contained in:
David Colburn
2021-08-27 11:17:41 -07:00
parent 8a44fad307
commit 7c30dbe970

View File

@@ -12,7 +12,6 @@ RUN go mod download
# Copy the go source
COPY cmd/ cmd/
COPY pkg/ pkg/
COPY proto/ proto/
COPY test/ test/
COPY tools/ tools/
COPY version/ version/