version: "3.4"
services:
  test:
    command:
    - bash
    - -c
    - cat bar bam
    image: alpine:latest
