mirror of
https://forge.liiib.re/indiehost/libre.sh/libre.sh.git
synced 2024-12-27 22:26:41 +00:00
5 lines
123 B
Text
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"]
|