--- services: kiss: entrypoint: "/usr/bin/make" working_dir: /app # environment: # - CONFIG_FILE=/data/config.yml ports: - '5000:5000' build: . volumes: - .:/app