CyCoreSystems / docker-meteor

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

Local packages #13

Closed sksourou closed 8 years ago

sksourou commented 8 years ago

Hi, how can i add local packages for my app who work with

environment variable ?

error: unknown package in top-level dependencies: rolljee:getfoldersize unknown package in top-level dependencies: rolljee:pkgcloud

Ulexus commented 8 years ago

Local packages should work as long as they are in place. Are yours not committed with your main source repository? If not, you'll need to link in the packages as volumes.

sksourou commented 8 years ago

They're not ! How can i do for add my packages as volumes ? i add to my dockerfile VOLUME D:/meteor-packages but for my environment variable how can i found the way into the containair?