Skip to content

Try generating the requirements.txt in the Dockerfile #29

@mattborghi

Description

@mattborghi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions