FROM ghcr.io/tunmax/openclaw_computer:latest EXPOSE 7860 # 复制自定义启动脚本 COPY start.sh /start.sh RUN chmod +x /start.sh ENTRYPOINT ["/start.sh"]