CyCoreSystems / docker-meteor

Dockerfile and script for running Meteor on Docker
MIT License
120 stars 73 forks source link

Fetch meteor bundle using curl instead of wget. #3

Closed 104player closed 9 years ago

104player commented 9 years ago

The base image seems to not actually have wget included, but does have curl.

I have updated the entrypoint.sh to call curl instead.

Ulexus commented 9 years ago

Strange; it used to be present. Thanks for the update