codingfriend1 / Feathers-Vue

A boiler plate template using Feathers with Email Verification, Vue 2 with Server Side Rendering, stylus, scss, jade, babel, webpack, ES 6-8, login form, user authorization, and SEO
MIT License
197 stars 48 forks source link

Couldn't find env file #4

Closed gathrlabs closed 7 years ago

gathrlabs commented 7 years ago

This is a great project, with a lot of awesome functionality. Thanks!

I was interested in being able to stand this up using docker so I ran the

docker-compose up command.

This threw an error: "Couldn't find env file"

codingfriend1 commented 7 years ago

Thanks for pointing this out. You have to create that file yourself because it shouldn't be included in git as it may contain sensitive information. It holds your production environment variables. I've updated the readme instructions.

gathrlabs commented 7 years ago

Perfect. That seems pretty obvious now. I'll close this off.