Update Dockerfile
This commit is contained in:
parent
d44e3c09d3
commit
3155f06cbf
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ RUN go mod download
|
|||
# Copy source and build a static, stripped binary
|
||||
COPY . .
|
||||
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 \
|
||||
go build -ldflags="-s -w" -o /bin/telegram-approval-join ./...
|
||||
go build -ldflags="-s -w" -o /bin ./...
|
||||
|
||||
FROM alpine:3.19
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue