Files
hantim-server/docker/garage/Dockerfile
T
2026-03-19 12:13:07 -04:00

8 lines
176 B
Docker

FROM dxflrs/garage:v1.0.1
RUN apk add --no-cache gettext
COPY garage.toml /etc/garage.toml.tpl
CMD envsubst < /etc/garage.toml.tpl > /etc/garage.toml && exec /garage server