Skip to content

Commit

Permalink
Update go build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmacdonald committed Mar 23, 2024
1 parent fa1742b commit 0a8709a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apk add build-base
COPY go.sum go.mod ./
RUN go mod download
COPY . .
RUN go build -o tf2bdd
RUN go build ./cmd/tf2bdd/main.go

FROM alpine:latest
RUN apk add dumb-init
Expand Down

0 comments on commit 0a8709a

Please sign in to comment.