mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
docker-compose up doesn't run after install without this. Signed-off-by: Luiz Geron <luiz@geron.me>
13 lines
276 B
Plaintext
13 lines
276 B
Plaintext
include Dockerfile
|
|
include LICENSE
|
|
include requirements.txt
|
|
include requirements-dev.txt
|
|
include tox.ini
|
|
include *.md
|
|
include compose/config/*.json
|
|
recursive-include contrib/completion *
|
|
recursive-include tests *
|
|
global-exclude *.pyc
|
|
global-exclude *.pyo
|
|
global-exclude *.un~
|