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
b2cd089bae
compose
/
pkg
/
e2e
/
fixtures
/
build-dependencies
/
service.dockerfile
6 lines
81 B
Docker
Raw
Blame
History
FROM
alpine
COPY
--from
=
base /hello.txt /hello.txt
CMD
[
"cat"
,
"/hello.txt"
]
Reference in New Issue
View Git Blame
Copy Permalink