8 lines
176 B
Docker
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
|