mirror of
https://github.com/docker/compose.git
synced 2026-09-04 09:31:28 +00:00
3 lines
104 B
Docker
3 lines
104 B
Docker
FROM busybox:latest
|
|
LABEL com.docker.compose.test_image=true
|
|
ENTRYPOINT echo "From prebuilt entrypoint"
|