Closed thornbill closed 10 years ago
Instead of using curl to download a copy of the source inside the docker image, use ADD to copy the source from the parent directory of the Dockerfile.
curl
ADD
ping @callahad for sanity-check here, but LGTM
Works for me
Instead of using
curl
to download a copy of the source inside the docker image, useADD
to copy the source from the parent directory of the Dockerfile.