Initial commit

Former-commit-id: 49c524e8edc27db89f79a13bbe19a8ece221372e
This commit is contained in:
2023-03-04 18:45:57 -07:00
parent 199a4036a8
commit eb70f2526e
5 changed files with 17 additions and 3 deletions
@@ -51,4 +51,6 @@ RUN npm config set @lirewine:registry ${CERC_NPM_URL} \
# Globally install the cli package
RUN yarn global add @cerc-io/laconic-registry-cli
ENTRYPOINT ["laconic"]
# Default command sleeps forever so docker doesn't kill it
CMD ["sh", "-c", "while :; do sleep 600; done"]
@@ -0,0 +1,2 @@
#!/bin/sh
sed 's/REPLACE_WITH_MYKEY/'${1}'/' registry-cli-config-template.yml > config.yml