mirror of
https://github.com/arjunkomath/openclaw-railway-template.git
synced 2026-08-14 00:48:11 +00:00
Merge pull request #79 from arjunkomath/staging
Update OpenClaw, add tini
This commit is contained in:
+3
-2
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user