Initial implementation

This commit is contained in:
Daniel Inge
2023-09-01 22:36:52 +01:00
parent 0616f24923
commit 35f3d6c776
5 changed files with 175 additions and 217 deletions

View File

@@ -23,7 +23,7 @@ COPY --from=build /app .
RUN apk add --no-cache bash curl && curl -1sLf \
'https://dl.cloudsmith.io/public/infisical/infisical-cli/setup.alpine.sh' | bash \
&& apk add infisical=0.8.1
&& apk add infisical=0.8.1 && apk add --no-cache git
HEALTHCHECK --interval=10s --timeout=3s --start-period=10s \
CMD node healthcheck.js