Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try generating the requirements.txt in the Dockerfile #29

Open
mattborghi opened this issue Feb 11, 2021 · 0 comments
Open

Try generating the requirements.txt in the Dockerfile #29

mattborghi opened this issue Feb 11, 2021 · 0 comments

Comments

@mattborghi
Copy link
Owner

mattborghi commented Feb 11, 2021

If we installed a new package (or we updated something) we need to run

pipenv lock -r > requirements.txt

which will generate https://github.com/mattborghi/background-tasks-queue/blob/main/backend/requirements.txt

That's not the best idea. I think heroku detects the Python environment because of the Pipfiles, but we have to test it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant