Skip to content

Commit

Permalink
fixing Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
r--w committed Jan 3, 2020
1 parent a36a37a commit 6e89220
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY go.mod .
COPY go.sum .
RUN go mod download

COPY k8s/reputator .
COPY . .
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 make build

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

ENV PORT 8080
ENV DEBUG 1

CMD ["./reputator"]
CMD ["./threatbite"]

0 comments on commit 6e89220

Please sign in to comment.