Files
hantim-server/docker/garage/Dockerfile
T
timothykim a64f81f503
Deploy garage / deploy (push) Successful in 7s
Deploy nginx / deploy (push) Successful in 3s
upgrade garage to v2.2.0, add /media/ proxy to nginx
2026-03-19 16:45:22 -04:00

9 lines
233 B
Docker

FROM alpine:3.21 AS base
RUN apk add --no-cache gettext
FROM base
COPY --from=dxflrs/garage:v2.2.0 /garage /garage
COPY garage.toml /etc/garage.toml.tpl
CMD envsubst < /etc/garage.toml.tpl > /etc/garage.toml && exec /garage server