# for more info visit https://cto.ai/docs
version: "1"
services:
  - name: hello-world-bash:0.1.0
    description: Bash Hello World Service
    run: bash /ops/main.sh
    port: ['8080:8080']
    domain: ""
