run.sh 267 B

12345678910111213141516171819
  1. #!/bin/sh
  2. cd /root
  3. cat <<EOF > /root/clhome/clace.toml
  4. [logging]
  5. console = false
  6. file = false
  7. access_logging = false
  8. [http]
  9. host = "0.0.0.0"
  10. port = 8080
  11. EOF
  12. clace server start &
  13. sleep 2
  14. clace app create --auth=none --approve /clace tfb-server:/
  15. tail -f /dev/null