This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
compose
mirror of
https://github.com/docker/compose.git
Watch
1
Star
0
Fork
You've already forked compose
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
810bb70249
compose
/
tests
/
fixtures
/
simple-dockerfile
/
docker-compose.yml
3 lines
19 B
YAML
Raw
Normal View
History
Unescape
Escape
Add test for building with --no-cache Signed-off-by: Mark Steve Samson <hello@marksteve.com>
2014-07-20 10:27:05 +02:00
simple
:
Interpret 'build:' as relative to the yml file * This fix introduces one side-effect: the build parameter is now validated early, when the service dicionary is first constructed. That leads to less scary stack traces when the path is not valid. * The tests for the changes introduced here alter the fixtures of those (otherwise unrelated) tests that make use of the 'build:' parameter) Signed-off-by: Moysés Borges Furtado <moyses.furtado@wplex.com.br>
2015-03-29 22:06:35 +02:00
build
:
.