all repos

onasty @ 6e9baae11c06cf758677cb607860c38a6557aa2b

a one-time notes service

onasty/builder.Dockerfile(view raw)

1
2
3
4
5
6
FROM golang:1.24.5-alpine AS builder

WORKDIR /app

COPY go.mod go.sum ./
RUN go mod download