FROM golang:1.23-alpine WORKDIR /root COPY . . RUN go mod tidy CMD go run cmd/main.go