Skip to content

Commit 6e89220

Browse files
committed
fixing Dockerfile
1 parent a36a37a commit 6e89220

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY go.mod .
66
COPY go.sum .
77
RUN go mod download
88

9-
COPY k8s/reputator .
9+
COPY . .
1010
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 make build
1111

1212
FROM alpine:latest
@@ -17,6 +17,5 @@ COPY --from=builder /app/bin .
1717
COPY --from=builder /app/resources ./resources/
1818

1919
ENV PORT 8080
20-
ENV DEBUG 1
2120

22-
CMD ["./reputator"]
21+
CMD ["./threatbite"]

0 commit comments

Comments
 (0)