longxiale / Dockerfile
linn01's picture
Update Dockerfile
d14a6e8 verified
Raw
History Blame Contribute Delete
313 Bytes
FROM ghcr.io/1186258278/openclaw-zh:nightly
ENV OPENCLAW_STATE_DIR=/data/.openclaw \
OPENCLAW_CONFIG_PATH=/data/.openclaw/openclaw.json \
OPENCLAW_SKIP_CANVAS_HOST=1
WORKDIR /app
COPY start.sh /start.sh
COPY openclaw.json /template_openclaw.json
RUN chmod +x /start.sh
EXPOSE 7860
CMD ["/start.sh"]