FROM golang:1.25.1-bookworm AS runner WORKDIR /app RUN go install github.com/mitranim/gow@latest CMD ["gow", "run", "."]