Docker-Compose
From Lucca's Wiki
Use a local dockerfile instead of one hosted in a repo
services:
my_service:
build:
context: .
dockerfile: Dockerfile
Use a local dockerfile instead of one hosted in a repo
services:
my_service:
build:
context: .
dockerfile: Dockerfile