Update Dockerfile

This commit is contained in:
Astra 2026-02-16 17:44:01 +00:00
parent d44e3c09d3
commit 3155f06cbf

View file

@ -12,7 +12,7 @@ RUN go mod download
# Copy source and build a static, stripped binary # Copy source and build a static, stripped binary
COPY . . COPY . .
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 \ 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 FROM alpine:3.19