Merge pull request #79 from arjunkomath/staging

Update OpenClaw, add tini
This commit is contained in:
Arjun Komath
2026-05-29 00:29:39 +10:00
committed by GitHub
+3 -2
View File
@@ -8,12 +8,13 @@ RUN apt-get update \
gosu \
procps \
python3 \
tini \
build-essential \
zip \
unzip \
&& rm -rf /var/lib/apt/lists/*
RUN npm install -g openclaw@2026.5.18
RUN npm install -g openclaw@2026.5.27
RUN npm install -g clawhub@latest
WORKDIR /app
@@ -45,4 +46,4 @@ HEALTHCHECK --interval=30s --timeout=5s --start-period=10s \
CMD curl -f http://localhost:8080/setup/healthz || exit 1
USER root
ENTRYPOINT ["./entrypoint.sh"]
ENTRYPOINT ["tini", "--", "./entrypoint.sh"]