harrislapiroff / politweets

Analysis of U.S. Congressional Tweets
https://www.congresstweets.party/
0 stars 0 forks source link

Install pipenv deps globally inside containers #22

Open harrislapiroff opened 5 years ago

harrislapiroff commented 5 years ago

It doesn't make a lot of sense to isolate an environment inside of a container and it's annoying to type docker-compose exec django pipenv run ... instead of docker-compose exec django ...