Add simple export/import scheme
This commit is contained in:
parent
49c524e8ed
commit
277be07dcd
@ -51,6 +51,10 @@ RUN npm config set @lirewine:registry ${CERC_NPM_URL} \
|
||||
# Globally install the cli package
|
||||
RUN yarn global add @cerc-io/laconic-registry-cli
|
||||
|
||||
# Add scripts
|
||||
RUN mkdir /scripts
|
||||
ENV PATH="${PATH}:/scripts"
|
||||
COPY ./import.key.sh /scripts
|
||||
|
||||
# Default command sleeps forever so docker doesn't kill it
|
||||
CMD ["sh", "-c", "while :; do sleep 600; done"]
|
||||
|
||||
|
2
app/data/container-build/cerc-laconicd/export-mykey.sh
Normal file
2
app/data/container-build/cerc-laconicd/export-mykey.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
echo y | docker compose exec laconicd laconicd keys export mykey --unarmored-hex --unsafe
|
Loading…
Reference in New Issue
Block a user