2025-05-11 09:20:14 -05:00

7 lines
150 B
Docker

FROM alpine:latest
COPY . .
CMD 'envsubst "$(env)" < garage.toml > garage.toml'
FROM dxflrs/garage:v1.1.0
COPY --from=0 garage.toml /etc/garage.toml