mozilla-services / syncserver

Run-Your-Own Firefox Sync Server
Mozilla Public License 2.0
1.87k stars 145 forks source link

Dockerfile: Replace curl of remote source with ADD statement #35

Closed thornbill closed 10 years ago

thornbill commented 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.

rfk commented 10 years ago

ping @callahad for sanity-check here, but LGTM

callahad commented 10 years ago

Works for me