This commit is contained in:
@@ -5,4 +5,4 @@ FROM base
|
|||||||
COPY --from=dxflrs/garage:v2.2.0 /garage /garage
|
COPY --from=dxflrs/garage:v2.2.0 /garage /garage
|
||||||
COPY garage.toml /etc/garage.toml.tpl
|
COPY garage.toml /etc/garage.toml.tpl
|
||||||
|
|
||||||
CMD envsubst < /etc/garage.toml.tpl > /etc/garage.toml && exec /garage server
|
CMD envsubst '${RPC_SECRET} ${ARGENTO_NODE_ID} ${ADMIN_TOKEN}' < /etc/garage.toml.tpl > /etc/garage.toml && exec /garage server
|
||||||
|
|||||||
Reference in New Issue
Block a user