forked from cerc-io/stack-orchestrator
Support for complete laconic stack with console and test registration record (#335)
* Configure cli with necessary gas and fees args and address
* Update version
Former-commit-id: 0068a994f6
This commit is contained in:
@@ -55,7 +55,9 @@ RUN yarn global add @cerc-io/laconic-registry-cli
|
||||
# Add scripts
|
||||
RUN mkdir /scripts
|
||||
ENV PATH="${PATH}:/scripts"
|
||||
COPY ./create-demo-records.sh /scripts
|
||||
COPY ./import-key.sh /scripts
|
||||
COPY ./import-address.sh /scripts
|
||||
|
||||
# Default command sleeps forever so docker doesn't kill it
|
||||
CMD ["sh", "-c", "while :; do sleep 600; done"]
|
||||
|
||||
Reference in New Issue
Block a user