Initial commit

Former-commit-id: 49c524e8ed
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"]