Skip to content

Instantly share code, notes, and snippets.

@DovRine
DovRine / Build Error(s)
Last active May 8, 2017 05:33
Simple docker-compose setup that won't build on a remote machine using docker-machine
~$ docker-compose -f docker-compose.prod.yml build
Building php
Traceback (most recent call last):
File "/usr/bin/docker-compose", line 11, in <module>
load_entry_point('docker-compose==1.11.2', 'console_scripts', 'docker-compose')()
File "/usr/lib/python3.6/site-packages/compose/cli/main.py", line 64, in main
command()
File "/usr/lib/python3.6/site-packages/compose/cli/main.py", line 116, in perform_command
handler(command, command_options)
File "/usr/lib/python3.6/site-packages/compose/cli/main.py", line 223, in build