Docker-Compose


Use a local dockerfile instead of one hosted in a repo

services:
  my_service:
    build:
      context: .
      dockerfile: Dockerfile