FROM golang:1.24.6-alpine3.22 COPY . . RUN mkdir -p bin RUN go build -o bin/app CMD ["bin/app"]