blob: ed9fa83a6635eb6a01325147a9dc79fb5c530168 (
plain) (
blame)
1
2
3
4
5
6
|
# I want docker-compose.yml to be copyable; and if the build settings are
# present, and somebody copies it and runs docker-compose up -d, it will
# complain that it can't build the image (which it stupid IMO).
services:
web:
build: .
|