Skip to content

Instantly share code, notes, and snippets.

View jvdneut's full-sized avatar

Jeroen van der Neut jvdneut

View GitHub Profile
ARG PG_VERSION=13.4
ARG VERSION=dev
FROM golang:1.16 as flyutil
ARG VERSION
WORKDIR /go/src/github.com/fly-examples/postgres-ha
COPY . .
RUN CGO_ENABLED=0 GOOS=linux go build -v -o /fly/bin/flyadmin ./cmd/flyadmin