libre.sh/Dockerfile.tilt

5 lines
123 B
Text

FROM golang:1.21-alpine3.17
RUN apk add --no-cache postgresql15-client
WORKDIR /
COPY .tilt_bin/manager /
CMD ["/manager"]