Skip to content

Commit

Permalink
ci: copy all
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKujawa committed Nov 24, 2022
1 parent 86375a9 commit 5506478
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions go-chaos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ WORKDIR /app
COPY --link go.mod go.sum .
RUN go mod download

COPY --link cmd/ ./cmd
COPY --link internal ./internal
COPY --link main.go ./
COPY --link . ./
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -o zbchaos main.go

FROM scratch
Expand Down

0 comments on commit 5506478

Please sign in to comment.