simple:
image: busybox:latest
command: sh -c "echo hello && sleep 200"
another:
command: sh -c "echo test"