Files
hantim-server/docker/garage/Dockerfile
T
timothykim 5abfca19b3
Deploy garage / deploy (push) Failing after 2s
restrict envsubst to expected variables only
2026-03-20 16:25:23 -04:00

9 lines
283 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 '${RPC_SECRET} ${ARGENTO_NODE_ID} ${ADMIN_TOKEN}' < /etc/garage.toml.tpl > /etc/garage.toml && exec /garage server