CyCoreSystems / docker-meteor

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

Added ability to pass a compressed file instead of full APP_DIR #47

Closed CoolestNerdIII closed 7 years ago

CoolestNerdIII commented 7 years ago

For a few reasons, I needed the ability to pass the compressed file instead of mounting the volume. When using a docker-compose and having multiple instances running, this avoids a lot of issues for me.

Ulexus commented 7 years ago

Sounds good to me. Could we name the variable BUNDLE_FILE instead of COMPRESSED_APP_DIR? That would keep consistency with the current BUNDLE_URL functionality.

Thanks!

CoolestNerdIII commented 7 years ago

I will change it now!

Ulexus commented 7 years ago

@CoolestNerdIII Thanks for the submission!