Files

8 lines
124 B
Docker

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