config checked in

This commit is contained in:
2026-02-20 15:50:09 -05:00
parent 4f57490faa
commit f9051b390f
3 changed files with 125 additions and 51 deletions

View File

@@ -44,5 +44,8 @@ RUN mkdir -p /home/node/.config /home/node/.ssh \
&& ln -sf /home/node/.openclaw/gog /home/node/.config/gog \
&& ln -sf /home/node/.openclaw/ssh /home/node/.ssh
# Copy config into the image
COPY config/openclaw.json /home/node/.openclaw/openclaw.json
# Switch back to node user
USER node