all repos

onasty @ cd3e3abcf8ccb361f3e34967367883087abba65b

a one-time notes service

onasty/builder.Dockerfile(view raw)

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

WORKDIR /app

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