Docker-Compose
From Lucca's Wiki
Jump to navigationJump to search
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