compose/tests/fixtures/dockerfile_with_entrypoint/Dockerfile

3 lines
63 B
Docker
Raw Normal View History

FROM busybox:latest
ENTRYPOINT echo "From prebuilt entrypoint"