blob: 007f91e7bba0b3ea8e6f6a413421051dc6ce4b44 (
plain) (
tree)
|
|
# I want docker-compose.yml to be copyable; and if the build settings is
# present, and somebody copies it and runs docker-compose up -d, it will
# complain that it can't build the image (which it stupid).
services:
web:
build: .
|