all repos

onasty @ f469c123670381a7a6a29594a92df0a5db9f75df

a one-time notes service

onasty/builder.Dockerfile(view raw)

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

WORKDIR /app

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